summaryrefslogtreecommitdiff
path: root/src/kernel/arch/i386/interrupts/isr.h
blob: 31895382a20bd6eadc9371eced4fac8e263fb171 (plain)
1
2
3
4
5
6
7
#pragma once
#include <stdbool.h>

extern bool isr_test_interrupt_called; // used in the self-test in idt.c
extern const char _isr_stubs;

void isr_stage3(int interrupt);