mirror of
https://gitee.com/Vancouver2017/luban-lite-t3e-pro.git
synced 2025-12-14 10:28:54 +00:00
11 lines
221 B
C
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__ */
|