aboutsummaryrefslogtreecommitdiff
path: root/src/int_flags.h
blob: 90505ec340bceb2d9033a85ee39259e8bc19708a (plain)
1
2
3
4
5
6
7
8
9
/* SPDX-License-Identifier: MIT */
#ifndef LIBURING_INT_FLAGS
#define LIBURING_INT_FLAGS

enum {
	INT_FLAG_REG_RING	= 1,
};

#endif