42_KFS/headers/interrupts.h

7 lines
97 B
C
Raw Normal View History

2024-10-01 14:24:33 -04:00
#pragma once
2024-10-08 17:56:34 -04:00
#include <stdint.h>
2024-10-01 14:24:33 -04:00
void exception_handler(void);
2024-10-08 17:56:34 -04:00
void pic_send_eoi(uint8_t irq);