ioctl_defines: add encryption ioctls am: 19d8ae9d4d
am: 3e542932cb
Change-Id: I51324019c58d7d1f07d4478cb3401f0a3d2bf463
This commit is contained in:
commit
474a1eaa42
1 changed files with 3 additions and 0 deletions
|
@ -802,8 +802,11 @@ define(`FS_IOC32_GETVERSION', `0x80047601')
|
|||
define(`FS_IOC32_SETFLAGS', `0x40046602')
|
||||
define(`FS_IOC32_SETVERSION', `0x40047602')
|
||||
define(`FS_IOC_FIEMAP', `0xc020660b')
|
||||
define(`FS_IOC_GET_ENCRYPTION_POLICY', `0x400c6615')
|
||||
define(`FS_IOC_GET_ENCRYPTION_PWSALT', `0x40106614')
|
||||
define(`FS_IOC_GETFLAGS', `0x80086601')
|
||||
define(`FS_IOC_GETVERSION', `0x80087601')
|
||||
define(`FS_IOC_SET_ENCRYPTION_POLICY', `0x800c6613')
|
||||
define(`FS_IOC_SETFLAGS', `0x40086602')
|
||||
define(`FS_IOC_SETVERSION', `0x40087602')
|
||||
define(`FSL_HV_IOCTL_DOORBELL', `0xc008af06')
|
||||
|
|
Loading…
Reference in a new issue