summaryrefslogtreecommitdiff
path: root/kernel/interrupts.h
blob: 16eb7a6659c77ae577928a6a44da4e9a8e122739 (plain)
1
2
3
4
5
6
#ifndef INTERRUPTS_H
#define INTERRUPTS_H

#define INT_MAX 255 // size of our interrupts table

#endif