提交 3a4b46c3 编写于 作者: M Masahiro Yamada 提交者: Jens Axboe

block: pg: add header include guard

Add a header include guard just in case.
Signed-off-by: NMasahiro Yamada <yamada.masahiro@socionext.com>
Signed-off-by: NJens Axboe <axboe@kernel.dk>
上级 964ce509
......@@ -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 */
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册