pram_fs_i.h

来自「linux得一些常用命令,以及linux环境下的c编程」· C头文件 代码 · 共 35 行

H
35
字号
/* * pram_fs_i.h * * Definitions for the PRAM filesystem. * * Author: Steve Longerbeam <stevel@mvista.com, or source@mvista.com> * * 2003 (c) MontaVista Software, Inc. * Copyright 2003 Sony Corporation * Copyright 2003 Matsushita Electric Industrial Co., Ltd. * * This software is being distributed under the terms of the GNU General Public * License version 2.  Some or all of the technology encompassed by this * software may be subject to one or more patents pending as of the date of * this notice.  No additional patent license will be required for GPL * implementations of the technology.  If you want to create a non-GPL * implementation of the technology encompassed by this software, please * contact legal@mvista.com for details including licensing terms and fees. * * 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 _LINUX_PRAM_FS_I#define _LINUX_PRAM_FS_I/* * PRAM file system inode data in memory */struct pram_inode_info {	void* unused;};#endif	/* _LINUX_PRAM_FS_I */

⌨️ 快捷键说明

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