Files
mop3/kernel/amd64/intr_defs.h
kamkow1 7915986902
All checks were successful
Build documentation / build-and-deploy (push) Successful in 28s
Remove Doxygen-style comments, change formatting to wrap comments
2026-01-06 02:04:32 +01:00

12 lines
322 B
C

#ifndef _KERNEL_AMD64_INTR_DEFS_H
#define _KERNEL_AMD64_INTR_DEFS_H
/* Definitions for custom, nonstandard IDT entries. They have to be remapped by amd64_resolve_irq
* into legacy IRQs. */
#define SCHED_PREEMPT_TIMER 80
#define TLB_SHOOTDOWN 81
#define CPU_REQUEST_SCHED 82
#endif // _KERNEL_AMD64_INTR_DEFS_H