replaces ehrenberg with new implementations

This commit is contained in:
2025-01-06 20:15:44 +01:00
parent f419b1a3e6
commit 9ff9727bd6
25 changed files with 0 additions and 0 deletions

View 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 */