1094332d3Sopenharmony_ci /* 2094332d3Sopenharmony_ci * Copyright (c) 2024 Huawei Device Co., Ltd. 3094332d3Sopenharmony_ci * 4094332d3Sopenharmony_ci * HDF is dual licensed: you can use it either under the terms of 5094332d3Sopenharmony_ci * the GPL, or the BSD license, at your option. 6094332d3Sopenharmony_ci * See the LICENSE file in the root of this repository for complete details. 7094332d3Sopenharmony_ci */ 8094332d3Sopenharmony_ci 9094332d3Sopenharmony_ci#ifndef USB_WRAPPER_H 10094332d3Sopenharmony_ci#define USB_WRAPPER_H 11094332d3Sopenharmony_ci#include "hdf_base.h" 12094332d3Sopenharmony_ci 13094332d3Sopenharmony_ci#ifdef __cplusplus 14094332d3Sopenharmony_ciextern "C" { 15094332d3Sopenharmony_ci#endif 16094332d3Sopenharmony_ci#ifndef __LITEOS__ 17094332d3Sopenharmony_civoid UsbDDKDriverMatchFailEvent(const struct UsbPnpNotifyMatchInfoTable *infoTable); 18094332d3Sopenharmony_ci#endif 19094332d3Sopenharmony_ci#ifdef __cplusplus 20094332d3Sopenharmony_ci}; 21094332d3Sopenharmony_ci#endif 22094332d3Sopenharmony_ci#endif 23