9 lines
147 B
C
9 lines
147 B
C
#ifndef PROC_SWITCH_H_
|
|
#define PROC_SWITCH_H_
|
|
|
|
#include "vmm/vmm.h"
|
|
|
|
extern void proc_switch(void *newsp, PgTable *cr3);
|
|
|
|
#endif // PROC_SWITCH_H_
|