#ifndef _MENU_VERSION_H_ #define _MENU_VERSION_H_ #ifdef __cplusplus extern "C" { #endif BOOL Read_SystemMenuVersion(u16 *major, u16 *minor, u32 *ts); #ifdef __cplusplus } /* extern "C" */ #endif #endif /* _MENU_VERSION_H_ */