Michael Brown пре 20 година
родитељ
комит
178b0a7e5e
1 измењених фајлова са 3 додато и 3 уклоњено
  1. 3
    3
      src/include/gpxe/init.h

+ 3
- 3
src/include/gpxe/init.h Прегледај датотеку

1
-#ifndef INIT_H
2
-#define INIT_H
1
+#ifndef _GPXE_INIT_H
2
+#define _GPXE_INIT_H
3
 
3
 
4
 #include <gpxe/tables.h>
4
 #include <gpxe/tables.h>
5
 
5
 
63
 void call_reset_fns ( void );
63
 void call_reset_fns ( void );
64
 void call_exit_fns ( void );
64
 void call_exit_fns ( void );
65
 
65
 
66
-#endif /* INIT_H */
66
+#endif /* _GPXE_INIT_H */

Loading…
Откажи
Сачувај