mirror of
https://github.com/ipxe/ipxe
synced 2025-12-28 02:28:57 +03:00
Update to cope with changes in registers.h
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
#ifndef HOOKS_H
|
||||
#define HOOKS_H
|
||||
|
||||
extern void arch_main ( struct i386_all_regs *regs );
|
||||
extern void arch_main ( struct i386_all_regs *ix86 );
|
||||
|
||||
#endif /* HOOKS_H */
|
||||
|
||||
@@ -12,11 +12,6 @@
|
||||
*
|
||||
*/
|
||||
|
||||
/* All i386 registers, as passed in by prot_call or kir_call */
|
||||
struct real_mode_regs {
|
||||
struct i386_all_regs;
|
||||
} PACKED;
|
||||
|
||||
/* Segment:offset structure. Note that the order within the structure
|
||||
* is offset:segment.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user