prom.h
来自「for mips adm5120 uclibc-0.9.19 toolchain」· C头文件 代码 · 共 23 行
H
23 行
/* * linux/include/asm-mips/tx4938/prom.h * * RBTX4938 bootprom interface for the Linux kernel * * Author: source@mvista.com * * Copyright 2001-2002 MontaVista Software Inc. * * Copyright (C) 2000-2001 Toshiba Corporation * * 2003 (c) MontaVista Software, Inc. This file is licensed under the * terms of the GNU General Public License version 2. This program is * licensed "as is" without any warranty of any kind, whether express * or implied. */#ifndef _MIPS_PROM_H#define _MIPS_PROM_Hextern char *prom_getenv(char *name);#endif /* !(_MIPS_PROM_H) */
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?