block: pg: add header include guard
authorMasahiro Yamada <yamada.masahiro@socionext.com>
Sat, 20 Jul 2019 12:05:25 +0000 (21:05 +0900)
committerJens Axboe <axboe@kernel.dk>
Thu, 3 Oct 2019 02:32:27 +0000 (20:32 -0600)
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>
include/uapi/linux/pg.h

index 364c350..62b6f69 100644 (file)
@@ -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 */