hc
2024-05-10 10ebd8556b7990499c896a550e3d416b444211e6
kernel/include/uapi/linux/pg.h
....@@ -35,6 +35,9 @@
3535
3636 */
3737
38
+#ifndef _UAPI_LINUX_PG_H
39
+#define _UAPI_LINUX_PG_H
40
+
3841 #define PG_MAGIC 'P'
3942 #define PG_RESET 'Z'
4043 #define PG_COMMAND 'C'
....@@ -61,4 +64,4 @@
6164
6265 };
6366
64
-/* end of pg.h */
67
+#endif /* _UAPI_LINUX_PG_H */