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

📄 dma.h

📁 ARM 嵌入式 系统 设计与实例开发 实验教材 二源码
💻 H
字号:
/* *  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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -