diff options
| author | Michael Brown | 2005-04-10 20:30:34 +0200 |
|---|---|---|
| committer | Michael Brown | 2005-04-10 20:30:34 +0200 |
| commit | 87508aa0b2e0fea5d4dea8d732150bd2fdbbb9f8 (patch) | |
| tree | 88771e2c14fad3a6a7c63e74088c0ba266263ca5 /src/arch/i386/include | |
| parent | Use librm_arch_initialise for librm, arch_initialise for others. (diff) | |
| download | ipxe-87508aa0b2e0fea5d4dea8d732150bd2fdbbb9f8.tar.gz ipxe-87508aa0b2e0fea5d4dea8d732150bd2fdbbb9f8.tar.xz ipxe-87508aa0b2e0fea5d4dea8d732150bd2fdbbb9f8.zip | |
arch_initialise() is now sufficiently generic that we may as well just
call it initialise() and place it in main.c. :)
Diffstat (limited to 'src/arch/i386/include')
| -rw-r--r-- | src/arch/i386/include/hooks.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/arch/i386/include/hooks.h b/src/arch/i386/include/hooks.h index 879148e46..95b9aaa36 100644 --- a/src/arch/i386/include/hooks.h +++ b/src/arch/i386/include/hooks.h @@ -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 */ |
