1 /* SPDX-License-Identifier: GPL-2.0 */
6 * Partition table and disk geometry handling
9 #include <linux/compat.h>
10 #include <uapi/linux/blkpg.h>
13 /* For 32-bit/64-bit compatibility of struct blkpg_ioctl_arg */
14 struct blkpg_compat_ioctl_arg {
22 #endif /* _LINUX_BLKPG_H */