dma.h

来自「嵌入式系统设计与实例开发源码」· C头文件 代码 · 共 17 行

H
17
字号
/* *  include/asm-s390x/dma.h * *  S390 version */#ifndef _ASM_DMA_H#define _ASM_DMA_H#include <asm/io.h>		/* need byte IO *//* The I/O subsystem can access only memory below 2GB.   We use the existing DMA zone mechanism to handle this. */#define MAX_DMA_ADDRESS         0x80000000#endif /* _ASM_DMA_H */

⌨️ 快捷键说明

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