diff options
Diffstat (limited to 'libc/kernel/uapi/linux/blkpg.h')
-rw-r--r-- | libc/kernel/uapi/linux/blkpg.h | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/libc/kernel/uapi/linux/blkpg.h b/libc/kernel/uapi/linux/blkpg.h index 8b80809..35b9730 100644 --- a/libc/kernel/uapi/linux/blkpg.h +++ b/libc/kernel/uapi/linux/blkpg.h @@ -21,13 +21,13 @@ #include <linux/compiler.h> #include <linux/ioctl.h> /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ -#define BLKPG _IO(0x12,105) +#define BLKPG _IO(0x12, 105) struct blkpg_ioctl_arg { - int op; - int flags; + int op; + int flags; /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ - int datalen; - void __user *data; + int datalen; + void __user * data; }; #define BLKPG_ADD_PARTITION 1 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ @@ -37,12 +37,12 @@ struct blkpg_ioctl_arg { #define BLKPG_VOLNAMELTH 64 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ struct blkpg_partition { - long long start; - long long length; - int pno; + long long start; + long long length; + int pno; /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ - char devname[BLKPG_DEVNAMELTH]; - char volname[BLKPG_VOLNAMELTH]; + char devname[BLKPG_DEVNAMELTH]; + char volname[BLKPG_VOLNAMELTH]; }; #endif /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ |