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
Michael Brown 87508aa0b2 arch_initialise() is now sufficiently generic that we may as well just
call it initialise() and place it in main.c.  :)
2005-04-10 18:30:34 +00:00

7 lines
109 B
C

#ifndef HOOKS_H
#define HOOKS_H
extern void arch_main ( struct i386_all_regs *regs );
#endif /* HOOKS_H */