david/ipxe
david
/
ipxe
Archived
1
0
Fork 0

main.c contains the global struct dev.

This commit is contained in:
Michael Brown 2005-04-12 16:39:03 +00:00
parent 5e807dffe6
commit 45f96a49c7
1 changed files with 4 additions and 0 deletions

View File

@ -1,6 +1,10 @@
#ifndef MAIN_H
#define MAIN_H
#include "dev.h"
extern int main ( void );
extern struct dev dev;
#endif /* MAIN_H */