hippOS/cpu/exception.h
2022-02-24 18:11:09 +02:00

6 lines
No EOL
82 B
C

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