pci.h
来自「Linux Kernel 2.6.9 for OMAP1710」· C头文件 代码 · 共 14 行
H
14 行
#ifndef __ASM_CRIS_PCI_H#define __ASM_CRIS_PCI_H#include <asm/scatterlist.h>#include <asm-generic/pci-dma-compat.h>/* ETRAX chips don't have a PCI bus. This file is just here because some stupid .c code * includes it even if CONFIG_PCI is not set. */#define PCI_DMA_BUS_IS_PHYS (1)#endif /* __ASM_CRIS_PCI_H */
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?