source: svn/trunk/newcon3bcm2_21bu/dst/dmw/src/cc/cc_ddi.c

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

1.phkim

  1. revision copy newcon3sk r27
  • Property svn:executable set to *
File size: 293 bytes
Line 
1
2#include "cc_config.h"
3
4#if CC_PLATFORM==PLATFORM_WIN
5
6#include "cc_ddi_win.c"
7
8#elif CC_PLATFORM==PLATFORM_BRCM
9
10#include "cc_ddi_brcm.c"
11
12#elif CC_PLATFORM==PLATFORM_LG
13
14#include "cc_ddi_lg.c"
15
16#elif CC_PLATFORM==PLATFORM_NEC
17
18#include "cc_ddi_NEC.c"
19
20#else
21
22#endif
23
Note: See TracBrowser for help on using the repository browser.