/** * \file Codec Firmware Declarations */ #ifndef CFW_FIRMWARE_H_ #define CFW_FIRMWARE_H_ /** \defgroup bt Basic Types */ /* @{ */ #ifndef AIC3XXX_CFW_HOST_BLD #include #else typedef unsigned char u8; typedef unsigned short int u16; typedef unsigned long int u32; #endif #define CFW_FW_MAGIC 0xC0D1F1ED /** defgroup pd Arbitrary Limitations */ #ifndef CFW_MAX_ID #define CFW_MAX_ID (64) /* Max length of string identifies */ #endif #ifndef CFW_MAX_DESC #define CFW_MAX_DESC (512) /* Max length of description */ #endif /*