8 lines
160 B
C
8 lines
160 B
C
|
#ifndef RTE_COMPONENTS_H
|
||
|
#define RTE_COMPONENTS_H
|
||
|
|
||
|
#include "plat_addr_map.h"
|
||
|
#define CMSIS_device_header _TO_STRING(CONCAT_SUFFIX(CHIP_ID_LITERAL, h))
|
||
|
|
||
|
#endif
|