1*cda5da8dSAndroid Build Coastguard Worker /* 2*cda5da8dSAndroid Build Coastguard Worker * This file is auto-generated. Modifications will be lost. 3*cda5da8dSAndroid Build Coastguard Worker * 4*cda5da8dSAndroid Build Coastguard Worker * See https://android.googlesource.com/platform/bionic/+/master/libc/kernel/ 5*cda5da8dSAndroid Build Coastguard Worker * for more information. 6*cda5da8dSAndroid Build Coastguard Worker */ 7*cda5da8dSAndroid Build Coastguard Worker #ifndef _UAPI_LINUX_LOOP_LOADPIN_H 8*cda5da8dSAndroid Build Coastguard Worker #define _UAPI_LINUX_LOOP_LOADPIN_H 9*cda5da8dSAndroid Build Coastguard Worker #define LOADPIN_IOC_MAGIC 'L' 10*cda5da8dSAndroid Build Coastguard Worker #define LOADPIN_IOC_SET_TRUSTED_VERITY_DIGESTS _IOW(LOADPIN_IOC_MAGIC, 0x00, unsigned int) 11*cda5da8dSAndroid Build Coastguard Worker #endif 12