david/ipxe
david
/
ipxe
Archived
1
0
Fork 0

Consistency

This commit is contained in:
Michael Brown 2006-04-30 01:35:01 +00:00
parent 592a5a99c8
commit 178b0a7e5e
1 changed files with 3 additions and 3 deletions

View File

@ -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 */