blob: 69b950760cb6d78f07719486c8597bb065498f05 [file] [log] [blame]
Elliott Hughes180edef2023-11-02 00:08:05 +00001/*
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 Ferris7447a1c2022-10-04 18:24:44 -07007#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