Sha256: 305f7a337560c3433812787589f310de1dae84c6c6cc61666d0175f1bd466fd8

Contents?: true

Size: 132 Bytes

Versions: 4

Compression:

Stored size: 132 Bytes

Contents

/* SPDX-License-Identifier: MIT */
#ifndef LIBURING_INT_FLAGS
#define LIBURING_INT_FLAGS

enum {
	INT_FLAG_REG_RING	= 1,
};

#endif

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
polyphony-0.98 vendor/liburing/src/int_flags.h
polyphony-0.97 vendor/liburing/src/int_flags.h
polyphony-0.96 vendor/liburing/src/int_flags.h
polyphony-0.95 vendor/liburing/src/int_flags.h