#ifndef _DETECT_PSX_H_ #define _DETECT_PSX_H_ #ifdef __cplusplus extern "C" { #endif int detect_psx(void); #ifdef __cplusplus } #endif #endif