8 lines
174 B
C
8 lines
174 B
C
#ifndef _KERNEL_AMD64_SCHED_H
|
|
#define _KERNEL_AMD64_SCHED_H
|
|
|
|
/// Perform process context switch
|
|
void amd64_do_sched (void* regs, void* cr3);
|
|
|
|
#endif // _KERNEL_AMD64_SCHED_H
|