X-Git-Url: https://jxself.org/git/?a=blobdiff_plain;f=config%2Flkc.h;h=7aa9db0b2a7776513bfb7ad7f9a79d567509861a;hb=5bc1c99e1bbdea2d94147d4c6480ef79652f2851;hp=c18f2bd9c095510d1d5e58575b265bd67ae9e781;hpb=bb8077d7e3a3b8cab3fb3c3065c99fce9aeed2bc;p=carl9170fw.git diff --git a/config/lkc.h b/config/lkc.h index c18f2bd..7aa9db0 100644 --- a/config/lkc.h +++ b/config/lkc.h @@ -39,6 +39,12 @@ extern "C" { #ifndef CONFIG_ #define CONFIG_ "CONFIG_" #endif +static inline const char *CONFIG_prefix(void) +{ + return CONFIG_; +} +#undef CONFIG_ +#define CONFIG_ CONFIG_prefix() #define TF_COMMAND 0x0001 #define TF_PARAM 0x0002