Files
Linux_Drivers/u-boot-2021.10/include/cvitek/cvi_reboot.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

8 lines
141 B
C

#ifndef _CVI_REBOOT_H_
#define _CVI_REBOOT_H_
#define CVI_SAPD_FLAG 0x53415044
void software_root_reset(void);
#endif /* _CVI_REBOOT_H_ */