hippOS/cpu/exception.h
2022-02-24 21:57:59 +02:00

6 lines
No EOL
86 B
C

#ifndef _EXCEPTION_H
#define _EXCEPTION_H
void exception_handlers_init(void);
#endif