📄 bootcd.h
字号:
/***************************************** 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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -