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/arch/i386/include/hooks.h

7 lines
109 B
C
Raw Normal View History

#ifndef HOOKS_H
#define HOOKS_H
2005-03-08 19:53:11 +01:00
extern void arch_main ( struct i386_all_regs *regs );
2005-03-08 19:53:11 +01:00
#endif /* HOOKS_H */