mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 04:27:45 +00:00
parent
311b2c0720
commit
5666809889
2 changed files with 62 additions and 62 deletions
|
@ -34,7 +34,7 @@ struct TrapFrame {
|
|||
|
||||
static_assert(TRAP_FRAME_SIZE == sizeof(TrapFrame));
|
||||
|
||||
extern "C" void enter_trap_no_irq(TrapFrame* trap);
|
||||
extern "C" void enter_trap_no_irq(TrapFrame* trap) __attribute__((used));
|
||||
extern "C" void enter_trap(TrapFrame*) __attribute__((used));
|
||||
extern "C" void exit_trap(TrapFrame*) __attribute__((used));
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue