#ifndef _HV_DEFINE_H_ #define _HV_DEFINE_H_ typedef enum { E_OK, E_NG, E_INVALID_PARAMETER, E_NOTSUPPORT, } E_PLAT_RESULT; #endif // !_HV_DEFINE_H_