Module de.ibapl.jnhw.syscall.linux
Interface Functionfs.Functionfs_flags
-
- Enclosing class:
- Functionfs
public static interface Functionfs.Functionfs_flags
-
-
Field Summary
Fields Modifier and Type Field Description static byteFUNCTIONFS_ALL_CTRL_RECIPstatic byteFUNCTIONFS_CONFIG0_SETUPstatic byteFUNCTIONFS_EVENTFDstatic byteFUNCTIONFS_HAS_FS_DESCstatic byteFUNCTIONFS_HAS_HS_DESCstatic byteFUNCTIONFS_HAS_MS_OS_DESCstatic byteFUNCTIONFS_HAS_SS_DESCstatic byteFUNCTIONFS_VIRTUAL_ADDR
-
-
-
Field Detail
-
FUNCTIONFS_HAS_FS_DESC
static final byte FUNCTIONFS_HAS_FS_DESC
- See Also:
- Constant Field Values
-
FUNCTIONFS_HAS_HS_DESC
static final byte FUNCTIONFS_HAS_HS_DESC
- See Also:
- Constant Field Values
-
FUNCTIONFS_HAS_SS_DESC
static final byte FUNCTIONFS_HAS_SS_DESC
- See Also:
- Constant Field Values
-
FUNCTIONFS_HAS_MS_OS_DESC
static final byte FUNCTIONFS_HAS_MS_OS_DESC
- See Also:
- Constant Field Values
-
FUNCTIONFS_VIRTUAL_ADDR
static final byte FUNCTIONFS_VIRTUAL_ADDR
- See Also:
- Constant Field Values
-
FUNCTIONFS_EVENTFD
static final byte FUNCTIONFS_EVENTFD
- See Also:
- Constant Field Values
-
FUNCTIONFS_ALL_CTRL_RECIP
static final byte FUNCTIONFS_ALL_CTRL_RECIP
- See Also:
- Constant Field Values
-
FUNCTIONFS_CONFIG0_SETUP
static final byte FUNCTIONFS_CONFIG0_SETUP
- See Also:
- Constant Field Values
-
-