/**************************************************************************** * Copyright (c) 2004 Digital Stream Technologies Inc. All Rights Reserved. * * Module: dsthalfe.h * Author: Jun-ku Park, hwatk@dstreamtech.com * Description: DST HAL Common Header File * * * notes: hwatk20040602 * ***************************************************************************/ #ifndef __DST_HAL_COMMON_H__ #define __DST_HAL_COMMON_H__ #include "dsthallocal.h" #include "dsthalerror.h" #include "dsthaldebug.h" #include "dsthalsys.h" #include "dsthaldmx.h" #include "dsthaldtv.h" #include "dsthalaud.h" #include "dsthalpic.h" #include "dsthalfe.h" #include "dsthalerror.h" #include "dsthaldebug.h" #include "dsthalcap.h" #include "dsthaldev.h" #include "dsthalca.h" #include "dsthalcapcc.h" #include "dsthaluirt.h" #include "dstoslayer.h" #include "dsthalPsiMpegSi.h" #include "dsthalPsiAtscPsip.h" #include "dsthalPsiDvbSi.h" #include "dsthalgfx.h" #include "dsthaluirt.h" #include "dsthaldisp.h" #include "os.h" #include "panel_list.h" #include "dsthalcfg.h" #include #include #define DHL_ERROR(x) (x!=DHL_OK) #define PutTick() printf("|%s:%d| %ld\n", __FUNCTION__, __LINE__, OS_GetTickCount()) #ifdef __cplusplus extern "C" { #endif #ifdef __cplusplus } #endif #endif /* __DST_HAL_COMMON_H__ */