mirror of
https://github.com/ipxe/ipxe
synced 2025-12-17 18:11:49 +03:00
main.c contains the global struct dev.
This commit is contained in:
@@ -1,6 +1,10 @@
|
|||||||
#ifndef MAIN_H
|
#ifndef MAIN_H
|
||||||
#define MAIN_H
|
#define MAIN_H
|
||||||
|
|
||||||
|
#include "dev.h"
|
||||||
|
|
||||||
extern int main ( void );
|
extern int main ( void );
|
||||||
|
|
||||||
|
extern struct dev dev;
|
||||||
|
|
||||||
#endif /* MAIN_H */
|
#endif /* MAIN_H */
|
||||||
|
|||||||
Reference in New Issue
Block a user