blob: b8135811dfaa99a94e2f8cf8fba9c431c6eee84e [file] [log] [blame]
Christopher Ferris65552ba2024-11-20 17:55:06 +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 */
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