mirror of
https://github.com/ipxe/ipxe
synced 2025-12-27 10:02:42 +03:00
7 lines
78 B
C
7 lines
78 B
C
|
|
#ifndef MAIN_H
|
||
|
|
#define MAIN_H
|
||
|
|
|
||
|
|
extern int main ( void );
|
||
|
|
|
||
|
|
#endif /* MAIN_H */
|