aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/libs/liburing/src/int_flags.h
blob: 71774fbca53370667ffe6f84f823695facc4b21c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
/* SPDX-License-Identifier: MIT */
#ifndef LIBURING_INT_FLAGS
#define LIBURING_INT_FLAGS

enum {
	INT_FLAG_REG_RING	= 1,
	INT_FLAG_REG_REG_RING	= 2,
};

#endif