Several cleanups

This commit is contained in:
Vladimir 'phcoder' Serbinenko 2012-02-26 19:10:52 +01:00
parent 515e8007fc
commit 1948a3b714
7 changed files with 17 additions and 58 deletions

View file

@ -21,5 +21,6 @@
void grub_backtrace (void);
void grub_backtrace_pointer (void *ptr);
void grub_backtrace_print_address (void *addr);
#endif

View file

@ -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);