Files
Linux_Drivers/u-boot-2021.10/include/cvitek/cvi_utask.h
sam.xiang 3a4bcfca2f [uboot] porting cvitek asic chips:
1. add cvitek folders to u-boot-2021.10
	2. add cv183x/cv182x part
	3. add cv181x/cv180x part

Change-Id: I6dc2e5ff509dbab16bd60bfb3fd61852da5e01f6
2023-03-10 20:31:12 +08:00

5 lines
89 B
C

#ifndef _BM_USB_H_
#define _BM_USB_H_
int cvi_usb_polling(void);
#endif /* _BM_USB_H_ */