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

#include <stdint.h>

void interrupts_init(uint16_t sel);
#endif