Christopher Ferris | 65552ba | 2024-11-20 17:55:06 +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 | */ |
| 7 | #ifndef _UAPI_LINUX_EXFAT_H |
| 8 | #define _UAPI_LINUX_EXFAT_H |
| 9 | #include <linux/types.h> |
| 10 | #include <linux/ioctl.h> |
| 11 | #define EXFAT_IOC_SHUTDOWN _IOR('X', 125, __u32) |
| 12 | #define EXFAT_GOING_DOWN_DEFAULT 0x0 |
| 13 | #define EXFAT_GOING_DOWN_FULLSYNC 0x1 |
| 14 | #define EXFAT_GOING_DOWN_NOSYNC 0x2 |
| 15 | #endif |