aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorMasahiro Yamada <yamada.masahiro@socionext.com>2019-07-20 21:05:25 +0900
committerJens Axboe <axboe@kernel.dk>2019-10-02 20:32:27 -0600
commit3a4b46c3bc73240b31cd324b3551fc4231d9f1d5 (patch)
tree4dbe85be8f4d79f199d595f4bbe081f95806a737 /include
parentRevert "s390/dasd: Add discard support for ESE volumes" (diff)
downloadlinux-dev-3a4b46c3bc73240b31cd324b3551fc4231d9f1d5.tar.xz
linux-dev-3a4b46c3bc73240b31cd324b3551fc4231d9f1d5.zip
block: pg: add header include guard
Add a header include guard just in case. Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com> Signed-off-by: Jens Axboe <axboe@kernel.dk>
Diffstat (limited to 'include')
-rw-r--r--include/uapi/linux/pg.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/include/uapi/linux/pg.h b/include/uapi/linux/pg.h
index 364c350e85cd..62b6f69bd9fb 100644
--- a/include/uapi/linux/pg.h
+++ b/include/uapi/linux/pg.h
@@ -35,6 +35,9 @@
*/
+#ifndef _UAPI_LINUX_PG_H
+#define _UAPI_LINUX_PG_H
+
#define PG_MAGIC 'P'
#define PG_RESET 'Z'
#define PG_COMMAND 'C'
@@ -61,4 +64,4 @@ struct pg_read_hdr {
};
-/* end of pg.h */
+#endif /* _UAPI_LINUX_PG_H */