Several cleanups
This commit is contained in:
parent
515e8007fc
commit
1948a3b714
7 changed files with 17 additions and 58 deletions
|
@ -21,5 +21,6 @@
|
|||
|
||||
void grub_backtrace (void);
|
||||
void grub_backtrace_pointer (void *ptr);
|
||||
void grub_backtrace_print_address (void *addr);
|
||||
|
||||
#endif
|
||||
|
|
|
@ -47,7 +47,7 @@
|
|||
#define SP ESP
|
||||
#define PS EFLAGS
|
||||
|
||||
#ifndef ASM
|
||||
#ifndef ASM_FILE
|
||||
|
||||
#include <grub/gdb.h>
|
||||
|
||||
|
@ -69,7 +69,6 @@ struct grub_cpu_idt_descriptor
|
|||
} __attribute__ ((packed));
|
||||
|
||||
extern void (*grub_gdb_trapvec[]) (void);
|
||||
void grub_gdb_breakpoint (void);
|
||||
void grub_gdb_idtinit (void);
|
||||
void grub_gdb_idtrestore (void);
|
||||
void grub_gdb_trap (int trap_no);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue