1 ////////////////////////////////////////////////////////////////////////////////
2 //
3 // Copyright (c) 2008-2009 MStar Semiconductor, Inc.
4 // All rights reserved.
5 //
6 // Unless otherwise stipulated in writing, any and all information contained
7 // herein regardless in any format shall remain the sole proprietary of
8 // MStar Semiconductor Inc. and be kept in strict confidence
9 // ("MStar Confidential Information") by the recipient.
10 // Any unauthorized act including without limitation unauthorized disclosure,
11 // copying, use, reproduction, sale, distribution, modification, disassembling,
12 // reverse engineering and compiling of the contents of MStar Confidential
13 // Information is unlawful and strictly prohibited. MStar hereby reserves the
14 // rights to any and all damages, losses, costs and expenses resulting therefrom.
15 //
16 ////////////////////////////////////////////////////////////////////////////////
17
18 #include "../../../drv/usbhost/include/drvGlobal.h"
19 #include "../../../drv/usbhost/include/_drvUSB.h"
20
HAL_USB_GetChipID(void)21 U16 HAL_USB_GetChipID(void)
22 {
23 return CHIPID_K6LITE;
24 }
25
HAL_USB_BC_Enable(U8 uPort,BOOLEAN bEnable)26 void HAL_USB_BC_Enable(U8 uPort, BOOLEAN bEnable)
27 {
28 }
29