summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorMichael Brown2006-04-30 03:35:01 +0200
committerMichael Brown2006-04-30 03:35:01 +0200
commit178b0a7e5e5f34fb371f257ee0177b2dd612d7e6 (patch)
tree67e76fd9b35f78ac97a8778040d8b1fe60ab4581 /src
parentMoved uIP and tcp.c from proto/ to net/ (diff)
downloadipxe-178b0a7e5e5f34fb371f257ee0177b2dd612d7e6.tar.gz
ipxe-178b0a7e5e5f34fb371f257ee0177b2dd612d7e6.tar.xz
ipxe-178b0a7e5e5f34fb371f257ee0177b2dd612d7e6.zip
Consistency
Diffstat (limited to 'src')
-rw-r--r--src/include/gpxe/init.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/include/gpxe/init.h b/src/include/gpxe/init.h
index 7a4b7262..dc717823 100644
--- a/src/include/gpxe/init.h
+++ b/src/include/gpxe/init.h
@@ -1,5 +1,5 @@
-#ifndef INIT_H
-#define INIT_H
+#ifndef _GPXE_INIT_H
+#define _GPXE_INIT_H
#include <gpxe/tables.h>
@@ -63,4 +63,4 @@ void call_init_fns ( void );
void call_reset_fns ( void );
void call_exit_fns ( void );
-#endif /* INIT_H */
+#endif /* _GPXE_INIT_H */