/* * Copyright (C) 2021 xiaoliang<1296283984@qq.com>. */ #ifndef __COMPILER_ARMCC_H__ #define __COMPILER_ARMCC_H__ #ifndef force_inline #define force_inline __forceinline #endif #ifndef inline #define inline __inline #endif #endif /* __COMPILER_ARMCC_H__ */