1 /* 2 * Copyright (c) 2024 Huawei Device Co., Ltd. 3 * 4 * HDF is dual licensed: you can use it either under the terms of 5 * the GPL, or the BSD license, at your option. 6 * See the LICENSE file in the root of this repository for complete details. 7 */ 8 9 #ifndef USB_WRAPPER_H 10 #define USB_WRAPPER_H 11 #include "hdf_base.h" 12 13 #ifdef __cplusplus 14 extern "C" { 15 #endif 16 #ifndef __LITEOS__ 17 void UsbDDKDriverMatchFailEvent(const struct UsbPnpNotifyMatchInfoTable *infoTable); 18 #endif 19 #ifdef __cplusplus 20 }; 21 #endif 22 #endif 23