bootmenu.h

来自「1. 8623L平台」· C头文件 代码 · 共 21 行

H
21
字号
/***************************************** Copyright (c) 2002-2007 Sigma Designs, Inc. All Rights Reserved Proprietary and Confidential *****************************************//* This file is part of the EM86XX boot loader */#ifndef __BOOTLOADER_BOOTMENU_H#define __BOOTLOADER_BOOTMENU_H#define BOOTPROMPT          "boot> "// function prototypeint bootmenu(void);// in loader.Svoid do_boot(unsigned int addr) __attribute__ ((noreturn));#endif

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?