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