mirror of https://github.com/ipxe/ipxe.git
main.c contains the global struct dev.
parent
5e807dffe6
commit
45f96a49c7
|
@ -1,6 +1,10 @@
|
|||
#ifndef MAIN_H
|
||||
#define MAIN_H
|
||||
|
||||
#include "dev.h"
|
||||
|
||||
extern int main ( void );
|
||||
|
||||
extern struct dev dev;
|
||||
|
||||
#endif /* MAIN_H */
|
||||
|
|
Loading…
Reference in New Issue