#include <twl/os.h>
OSTWLRegion OS_GetRegion(void);
None.
Region information.
The return value is an OSTWLRegion
enumerated type and will be one of the following values:
Region (OSTWLRegion enumerated type) | Value |
---|---|
OS_TWL_REGION_JAPAN |
0 |
OS_TWL_REGION_AMERICA |
1 |
OS_TWL_REGION_EUROPE |
2 |
OS_TWL_REGION_AUSTRALIA |
3 |
OS_TWL_REGION_CHINA |
4 |
OS_TWL_REGION_KOREA |
5 |
If not running in TWL mode this function always returns 0 (OS_TWL_REGION_JAPAN
).
Gets the region information.
2008/09/02 Initial version.
CONFIDENTIAL