7 lines
86 B
C
7 lines
86 B
C
#pragma once
|
|
|
|
#include <stddef.h>
|
|
|
|
void init_interrupt(void);
|
|
void irq_handler(void);
|