All checks were successful
Build documentation / build-and-deploy (push) Successful in 1m35s
11 lines
218 B
C
11 lines
218 B
C
#ifndef _KERNEL_AMD64_INTR_DEFS_H
|
|
#define _KERNEL_AMD64_INTR_DEFS_H
|
|
|
|
#define PS2KB 32
|
|
|
|
#define SCHED_PREEMPT_TIMER 80
|
|
#define CPU_REQUEST_SCHED 82
|
|
#define CPU_SPURIOUS 255
|
|
|
|
#endif // _KERNEL_AMD64_INTR_DEFS_H
|