⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 pram_fs_i.h

📁 linux得一些常用命令,以及linux环境下的c编程
💻 H
字号:
/* * 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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -