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

#define INT_MAX 255 // size of our interrupts table

int int_unhandled; // counting unhandled interrupts

#endif