/* * Copyright (C) 2021 xiaoliang<1296283984@qq.com>. */ #ifndef __INCLUDE_COMPILER_H__ #define __INCLUDE_COMPILER_H__ #if defined(__ARMCC_VERSION) || defined(__GNUC__) #include #include #include #endif #if defined(__ARMCC_VERSION) #include #elif defined(__GNUC__) #include #endif #endif /* __INCLUDE_COMPILER_H__ */