blob: 438c1fdf75c99d3bfa8e3f385ac1acac79722cc6 [file] [log] [blame]
#ifdef CUSTOM_CFG_DEBUG
int custom2_debug()
{
return 0;
}
#endif
#ifdef CUSTOM_CFG_OTHER
int custom2_other()
{
return 0;
}
#endif