hippOS/cpu/exception.h

6 lines
82 B
C
Raw Normal View History

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