hippOS/cpu/exception.h

6 lines
86 B
C
Raw Normal View History

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