#ifndef __CW_TYPES_H #define __CW_TYPES_H #include "mdata.h" extern const struct mdata_Type cw_type_byte; #define CW_TYPE_BYTE (&cw_type_byte) extern const struct mdata_Type cw_type_word; extern const struct mdata_Type cw_type_dword; #endif