replaces ehrenberg with new implementations
This commit is contained in:
11
include/minres/devices/interrupt.h
Normal file
11
include/minres/devices/interrupt.h
Normal file
@@ -0,0 +1,11 @@
|
||||
#ifndef _DEVICES_INTERRUPT_H
|
||||
#define _DEVICES_INTERRUPT_H
|
||||
|
||||
#include <stdint.h>
|
||||
|
||||
#define irq_t void*
|
||||
|
||||
inline void irq_init(volatile irq_t* reg){
|
||||
}
|
||||
|
||||
#endif /* _DEVICES_INTERRUPT_H */
|
Reference in New Issue
Block a user