#ifndef CX_MLEMOS_EXCEPTION_H_INCLUDED #define CX_MLEMOS_EXCEPTION_H_INCLUDED #include <stdint.h> typedef uint8_t cm_exception_t; #endif