Files
luban-lite/bsp/artinchip/sys/d21x/include/boot_rom.h
刘可亮 564e22b32f v0.7.5
2023-08-28 09:48:01 +08:00

11 lines
221 B
C

/*
* 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__ */