Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

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
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -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 */