summaryrefslogtreecommitdiff
path: root/kernel/interrupts.h
blob: ce704470d92126a2a1a79f1542088d7bf432ac0c (plain)
1
2
3
4
5
6
7
8
9
#ifndef INTERRUPTS_H
#define INTERRUPTS_H

#include "lib/int/stdint.h"

#define INT_MAX 255 // size of our interrupts table

void int_install();
#endif