Espresso 0.0.0e
This commit is contained in:
8
include/drivers/irq.h
Normal file
8
include/drivers/irq.h
Normal file
@ -0,0 +1,8 @@
|
||||
#ifndef _IRQ_H
|
||||
#define _IRQ_H
|
||||
|
||||
#include <types.h>
|
||||
|
||||
void irq_handler(uint8_t irq_number);
|
||||
|
||||
#endif
|
Reference in New Issue
Block a user