source: svn/trunk/zas_dstar/hal/include/dsthalcommon.h @ 2

Last change on this file since 2 was 2, checked in by phkim, 11 years ago

1.phkim

  1. revision copy newcon3sk r27
File size: 1.3 KB
Line 
1/****************************************************************************
2 * Copyright (c) 2004 Digital Stream Technologies Inc.  All Rights Reserved.
3 *
4 * Module:      dsthalfe.h
5 * Author:              Jun-ku Park, hwatk@dstreamtech.com
6 * Description: DST HAL Common Header File
7 *             
8 *
9 * notes: hwatk20040602
10 *
11 ***************************************************************************/
12
13#ifndef __DST_HAL_COMMON_H__
14#define __DST_HAL_COMMON_H__
15
16#include "dsthallocal.h"
17#include "dsthalerror.h"
18#include "dsthaldebug.h"
19#include "dsthalsys.h"
20#include "dsthaldmx.h"
21#include "dsthaldtv.h"
22#include "dsthalaud.h"
23#include "dsthalpic.h"
24#include "dsthalfe.h"
25#include "dsthalerror.h"
26#include "dsthaldebug.h"
27#include "dsthalcap.h"
28#include "dsthaldev.h"
29#include "dsthalca.h"
30#include "dsthalcapcc.h"
31#include "dsthaluirt.h"
32#include "dstoslayer.h"
33#include "dsthalPsiMpegSi.h"   
34#include "dsthalPsiAtscPsip.h"
35#include "dsthalPsiDvbSi.h"
36#include "dsthalgfx.h"
37#include "dsthaluirt.h"
38#include "dsthaldisp.h"
39#include "os.h"
40#include "panel_list.h"
41#include "dsthalcfg.h"
42
43#include <stdio.h>
44#include <string.h>
45
46#define DHL_ERROR(x)    (x!=DHL_OK)
47#define PutTick()       printf("|%s:%d| %ld\n", __FUNCTION__, __LINE__, OS_GetTickCount())
48
49#ifdef __cplusplus
50extern "C" {
51#endif
52
53
54#ifdef __cplusplus
55}
56#endif
57
58#endif /* __DST_HAL_COMMON_H__ */
Note: See TracBrowser for help on using the repository browser.