All checks were successful
Build documentation / build-and-deploy (push) Successful in 2m19s
12 lines
249 B
C
12 lines
249 B
C
#ifndef _KERNEL_AMD64_INTR_DEFS_H
|
|
#define _KERNEL_AMD64_INTR_DEFS_H
|
|
|
|
#define PS2KB 32
|
|
|
|
#define SCHED_PREEMPT_TIMER 80
|
|
#define TLB_SHOOTDOWN 81
|
|
#define CPU_REQUEST_SCHED 82
|
|
#define CPU_SPURIOUS 255
|
|
|
|
#endif // _KERNEL_AMD64_INTR_DEFS_H
|