| Elliott Hughes | 180edef | 2023-11-02 00:08:05 +0000 | [diff] [blame] | 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 | */ | ||||
| Christopher Ferris | 7447a1c | 2022-10-04 18:24:44 -0700 | [diff] [blame] | 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 | ||||