Last change
on this file since 1 was 1, checked in by vboxsync, 55 years ago |
import
|
-
Property svn:eol-style
set to
native
-
Property svn:keywords
set to
Author Date Id Revision
|
File size:
264 bytes
|
Line | |
---|
1 | #ifndef ETHERBOOT_I386_HOOKS_H
|
---|
2 | #define ETHERBOOT_I386_HOOKS_H
|
---|
3 |
|
---|
4 | void arch_main(in_call_data_t *data, va_list params);
|
---|
5 | void arch_on_exit(int status);
|
---|
6 | #define arch_relocate_to(addr)
|
---|
7 | void arch_relocated_from ( uint32_t old_addr );
|
---|
8 |
|
---|
9 | #endif /* ETHERBOOT_I386_HOOKS_H */
|
---|
Note:
See
TracBrowser
for help on using the repository browser.