bootcd.h
来自「em86xx 完整启动程序,支持网络下载与串通下载」· C头文件 代码 · 共 25 行
H
25 行
/***************************************** Copyright (c) 2002-2004 Sigma Designs, Inc. All Rights Reserved Proprietary and Confidential *****************************************//* This file is part of the boot loader *//* * bootcd.h * * Bootable CD-ROM format support */#ifndef __BOOTLOADER_BOOTCD_H#define __BOOTLOADER_BOOTCD_H//// function prototypes//int bootcd_load_image(int drive, unsigned long addr, unsigned long *image_size);#endif
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?