david/ipxe
Archived
1
0
This repository has been archived on 2020-12-06. You can view files and clone it, but cannot push or open issues or pull requests.
ipxe/src/include/main.h
2005-04-12 16:39:03 +00:00

11 lines
120 B
C

#ifndef MAIN_H
#define MAIN_H
#include "dev.h"
extern int main ( void );
extern struct dev dev;
#endif /* MAIN_H */