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

📄 walnut.h

📁 Linux内核源代码 为压缩文件 是<<Linux内核>>一书中的源代码
💻 H
字号:
/* * *    Copyright (c) 1999 Grant Erickson <grant@lcse.umn.edu> * *    Module name: walnut.h * *    Description: *	Macros, definitions, and data structures specific to the IBM PowerPC *      405GP "Walnut" evaluation board. Anything specific to the processor *      itself is defined elsewhere. * */#ifdef __KERNEL__#ifndef	__WALNUT_H__#define	__WALNUT_H__#ifdef __cplusplusextern "C" {#endif#ifdef __cplusplus}#endif#endif /* __WALNUT_H__ */#endif /* __KERNEL__ */

⌨️ 快捷键说明

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