Files
2023-11-18 20:34:42 -05:00

17 lines
184 B
C

#ifndef M_BOARD_OVL_H_H
#define M_BOARD_OVL_H_H
#include "types.h"
#ifdef __cplusplus
extern "C" {
#endif
typedef struct board_ovl_s mBD_Ovl_c;
#ifdef __cplusplus
}
#endif
#endif