7 lines
97 B
C
7 lines
97 B
C
#pragma once
|
|
|
|
#include <stdint.h>
|
|
|
|
void exception_handler(void);
|
|
void pic_send_eoi(uint8_t irq);
|