Correctly alphabetize a newly-added ioctl definition.
Thanks to nnk for noticing this! Test: Build Change-Id: I3d6e5b223aabcf3ec93dc62112fc194af13e6a60
This commit is contained in:
parent
6d20ea2095
commit
6dd5117864
1 changed files with 1 additions and 1 deletions
|
@ -841,12 +841,12 @@ define(`FSL_HV_IOCTL_PARTITION_START', `0xc010af03')
|
|||
define(`FSL_HV_IOCTL_PARTITION_STOP', `0xc008af04')
|
||||
define(`FSL_HV_IOCTL_SETPROP', `0xc028af08')
|
||||
define(`FUNCTIONFS_CLEAR_HALT', `0x00006703')
|
||||
define(`FUNCTIONFS_ENDPOINT_ALLOC', `0x000067e7')
|
||||
define(`FUNCTIONFS_ENDPOINT_DESC', `0x80096782')
|
||||
define(`FUNCTIONFS_ENDPOINT_REVMAP', `0x00006781')
|
||||
define(`FUNCTIONFS_FIFO_FLUSH', `0x00006702')
|
||||
define(`FUNCTIONFS_FIFO_STATUS', `0x00006701')
|
||||
define(`FUNCTIONFS_INTERFACE_REVMAP', `0x00006780')
|
||||
define(`FUNCTIONFS_ENDPOINT_ALLOC', `0x000067e7')
|
||||
define(`FW_CDEV_IOC_ADD_DESCRIPTOR', `0xc0182306')
|
||||
define(`FW_CDEV_IOC_ALLOCATE', `0xc0202302')
|
||||
define(`FW_CDEV_IOC_ALLOCATE_ISO_RESOURCE', `0xc018230d')
|
||||
|
|
Loading…
Reference in a new issue