Files
luban-lite-t3e-pro/application/baremetal/bootloader/lib/aicupg/usbupg.h
刘可亮 7bbc029dae v1.0.0
2023-08-30 16:21:18 +08:00

25 lines
335 B
C

/*
* Copyright (c) 2023, Artinchip Technology Co., Ltd
*
* SPDX-License-Identifier: Apache-2.0
*
* Wu Dehuang <dehuang.wu@artinchip.com>
*/
#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_ */