walnut.h
来自「讲述linux的初始化过程」· C头文件 代码 · 共 31 行
H
31 行
/* * * 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 + =
减小字号Ctrl + -
显示快捷键?