Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Masahiro Yamada and committed by
Jens Axboe
3a4b46c3 964ce509

+4 -1
+4 -1
include/uapi/linux/pg.h
··· 35 35 36 36 */ 37 37 38 + #ifndef _UAPI_LINUX_PG_H 39 + #define _UAPI_LINUX_PG_H 40 + 38 41 #define PG_MAGIC 'P' 39 42 #define PG_RESET 'Z' 40 43 #define PG_COMMAND 'C' ··· 64 61 65 62 }; 66 63 67 - /* end of pg.h */ 64 + #endif /* _UAPI_LINUX_PG_H */