#include <oskit/x86/pc/base_irq.h>
Hardware interrupt nesting counter, used to ensure that the software interrupt handler isn't called until all outstanding hardware interrupts have been processed. In addition, this variable also acts as the software interrupt pending flag: if the high bit is clear, a software interrupt is pending.