ReactOS 0.4.16-dev-1946-g52006dd
ntioring_x.h File Reference

Go to the source code of this file.

Typedefs

typedef enum IORING_VERSION IORING_VERSION
 
typedef enum IORING_FEATURE_FLAGS IORING_FEATURE_FLAGS
 

Enumerations

enum  IORING_VERSION { IORING_VERSION_INVALID = 0 , IORING_VERSION_1 = 1 , IORING_VERSION_2 = 2 , IORING_VERSION_3 = 300 }
 
enum  IORING_FEATURE_FLAGS { IORING_FEATURE_FLAGS_NONE = 0 , IORING_FEATURE_UM_EMULATION = 0x00000001 , IORING_FEATURE_SET_COMPLETION_EVENT = 0x00000002 }
 

Typedef Documentation

◆ IORING_FEATURE_FLAGS

Definition at line 37 of file ntioring_x.h.

◆ IORING_VERSION

Definition at line 29 of file ntioring_x.h.

Enumeration Type Documentation

◆ IORING_FEATURE_FLAGS

Enumerator
IORING_FEATURE_FLAGS_NONE 
IORING_FEATURE_UM_EMULATION 
IORING_FEATURE_SET_COMPLETION_EVENT 

Definition at line 31 of file ntioring_x.h.

32{
34 IORING_FEATURE_UM_EMULATION = 0x00000001,
36};
@ IORING_FEATURE_SET_COMPLETION_EVENT
Definition: ntioring_x.h:35
@ IORING_FEATURE_UM_EMULATION
Definition: ntioring_x.h:34
@ IORING_FEATURE_FLAGS_NONE
Definition: ntioring_x.h:33

◆ IORING_VERSION

Enumerator
IORING_VERSION_INVALID 
IORING_VERSION_1 
IORING_VERSION_2 
IORING_VERSION_3 

Definition at line 22 of file ntioring_x.h.

23{
27 IORING_VERSION_3 = 300,
28};
@ IORING_VERSION_1
Definition: ntioring_x.h:25
@ IORING_VERSION_INVALID
Definition: ntioring_x.h:24
@ IORING_VERSION_3
Definition: ntioring_x.h:27
@ IORING_VERSION_2
Definition: ntioring_x.h:26