linux-block.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] block: pg: add header include guard
@ 2019-07-20 12:05 Masahiro Yamada
  2019-10-03  2:29 ` Masahiro Yamada
  2019-10-03  2:32 ` Jens Axboe
  0 siblings, 2 replies; 3+ messages in thread
From: Masahiro Yamada @ 2019-07-20 12:05 UTC (permalink / raw)
  To: Jens Axboe, linux-block; +Cc: Masahiro Yamada, linux-kernel

Add a header include guard just in case.

Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
---

 include/uapi/linux/pg.h | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

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 */
-- 
2.17.1


^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2019-10-03  2:44 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-07-20 12:05 [PATCH] block: pg: add header include guard Masahiro Yamada
2019-10-03  2:29 ` Masahiro Yamada
2019-10-03  2:32 ` Jens Axboe

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).