diff options
Diffstat (limited to 'include/uapi/linux/blkpg.h')
-rw-r--r-- | include/uapi/linux/blkpg.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/uapi/linux/blkpg.h b/include/uapi/linux/blkpg.h index a8519446c111..63739a035085 100644 --- a/include/uapi/linux/blkpg.h +++ b/include/uapi/linux/blkpg.h | |||
@@ -1,5 +1,5 @@ | |||
1 | #ifndef _LINUX_BLKPG_H | 1 | #ifndef _UAPI__LINUX_BLKPG_H |
2 | #define _LINUX_BLKPG_H | 2 | #define _UAPI__LINUX_BLKPG_H |
3 | 3 | ||
4 | /* | 4 | /* |
5 | * Partition table and disk geometry handling | 5 | * Partition table and disk geometry handling |
@@ -56,4 +56,4 @@ struct blkpg_partition { | |||
56 | char volname[BLKPG_VOLNAMELTH]; /* volume label */ | 56 | char volname[BLKPG_VOLNAMELTH]; /* volume label */ |
57 | }; | 57 | }; |
58 | 58 | ||
59 | #endif /* _LINUX_BLKPG_H */ | 59 | #endif /* _UAPI__LINUX_BLKPG_H */ |