Files
luban-lite-t3e-pro/bsp/artinchip/sys/d12x/include/boot_rom.h

11 lines
221 B
C
Raw Normal View History

2024-01-27 08:47:24 +08:00
/*
* Copyright (C) 2023 ArtInChip Technology Co.,Ltd
* Author: Dehuang Wu <dehuang.wu@artinchip.com>
*/
#ifndef __BOOT_ROM_H__
#define __BOOT_ROM_H__
void jump_to_rom_upgmode_entry(void);
#endif /* __BOOT_ROM_H__ */