Files
my-os-project2/kernel/hal/x86_64/switch.h

7 lines
125 B
C

#ifndef HAL_SWITCH_H_
#define HAL_SWITCH_H_
extern void hal_switchproc(void *newsp, PgTable *cr3);
#endif // HAL_SWITCH_H_