1 2 3 4 5 6 7
/* Stub — shadows firmware/export/config.h. Target configuration comes from * rbcodecconfig.h; platform.h supplies the attribute macros (INIT_ATTR, * ICODE_ATTR, MIN/MAX, …) that firmware config.h would normally define. */ #ifndef RBMETA_CONFIG_H #define RBMETA_CONFIG_H #include "platform.h" #endif