/* * Copyright (c) 2023, Artinchip Technology Co., Ltd * * SPDX-License-Identifier: Apache-2.0 * * Wu Dehuang */ #ifndef _USBUPG_H_ #define _USBUPG_H_ #ifdef __cplusplus extern "C" { #endif void usbupg_entry(void); void usbupg_loop_exit(void); #ifdef __cplusplus } #endif #endif /* _USBUPG_H_ */