mirror of
https://github.com/ipxe/ipxe
synced 2025-12-27 18:12:36 +03:00
arch_initialise() is now sufficiently generic that we may as well just
call it initialise() and place it in main.c. :)
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
#ifndef HOOKS_H
|
||||
#define HOOKS_H
|
||||
|
||||
extern void arch_initialise ( struct i386_all_regs *regs );
|
||||
extern void arch_main ( struct i386_all_regs *regs );
|
||||
|
||||
#endif /* HOOKS_H */
|
||||
|
||||
Reference in New Issue
Block a user