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