Commit 3a4b46c3 authored by Masahiro Yamada's avatar Masahiro Yamada Committed by Jens Axboe

block: pg: add header include guard

Add a header include guard just in case.
Signed-off-by: default avatarMasahiro Yamada <yamada.masahiro@socionext.com>
Signed-off-by: default avatarJens Axboe <axboe@kernel.dk>
parent 964ce509
...@@ -35,6 +35,9 @@ ...@@ -35,6 +35,9 @@
*/ */
#ifndef _UAPI_LINUX_PG_H
#define _UAPI_LINUX_PG_H
#define PG_MAGIC 'P' #define PG_MAGIC 'P'
#define PG_RESET 'Z' #define PG_RESET 'Z'
#define PG_COMMAND 'C' #define PG_COMMAND 'C'
...@@ -61,4 +64,4 @@ struct pg_read_hdr { ...@@ -61,4 +64,4 @@ struct pg_read_hdr {
}; };
/* end of pg.h */ #endif /* _UAPI_LINUX_PG_H */
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment