ibm_ocp_pci.h
来自「Linux Kernel 2.6.9 for OMAP1710」· C头文件 代码 · 共 33 行
H
33 行
/* * Author: Armin Kuster <akuster@mvista.com> * * 2001-2002 (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. */#ifdef __KERNEL__#ifndef __ASM_IBM_OCP_PCI_H__#define __ASM_IBM_OCP_PCI_H__/* PCI 32 */struct pmm_regs { u32 la; u32 ma; u32 pcila; u32 pciha;};typedef struct pcil0_regs { struct pmm_regs pmm[3]; u32 ptm1ms; u32 ptm1la; u32 ptm2ms; u32 ptm2la;} pci0_t;#endif /* __ASM_IBM_OCP_PCI_H__ */#endif /* __KERNEL__ */
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?