]> git.ozlabs.org Git - petitboot/blobdiff - devices/message.h
Fix another bogon in log()
[petitboot] / devices / message.h
index 2e8bbba81578f10679c53597ac78819fae32133b..7a5d4f288e3c86b22d5f32589dd344ab11e6e8a0 100644 (file)
@@ -1,4 +1,7 @@
 
+#ifndef _MESSAGE_H
+#define _MESSAGE_H
+
 enum device_action {
        DEV_ACTION_ADD_DEVICE = 0,
        DEV_ACTION_ADD_OPTION = 1,
@@ -24,3 +27,4 @@ struct boot_option {
 };
 
 
+#endif /* _MESSAGE_H */