You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
366 B
14 lines
366 B
#ifndef __DSP_HEADER_DEFINE_USIF_H__ |
|
#define __DSP_HEADER_DEFINE_USIF_H__ |
|
|
|
#if defined(__USIP__) || defined(__CORE_SCQ16__) || defined(__MIPS_IA__) |
|
|
|
#define INCLUDE_DSP_HEADER_ENABLE_USIF |
|
#include "USIF/USIF_ALL.h" |
|
#undef INCLUDE_DSP_HEADER_ENABLE_USIF |
|
|
|
#else |
|
#error "Please do not use this structure" |
|
#endif |
|
|
|
#endif /*__DSP_HEADER_DEFINE_USIF_H__*/
|
|
|