romfs.h

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

H
24
字号
/***************************************** Copyright (c) 2002-2007 Sigma Designs, Inc. All Rights Reserved Proprietary and Confidential *****************************************//* This file is part of the boot loader */#ifndef __ROMFSLOADER_ROMFS_H#define __ROMFSLOADER_ROMFS_H// // function ptototypes//unsigned int boot_romfs(unsigned int kload, unsigned int addr, unsigned int to);int dump_romfs(unsigned int addr, unsigned int to);unsigned int load_romfs_file(char *name, unsigned int load_addr,                          unsigned int addr, unsigned int to, int autoexpand);#endif

⌨️ 快捷键说明

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