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

📄 hpi.h

📁 linux下hpi口驱动程序
💻 H
字号:
#include <linux/init.h>
#include <linux/kernel.h> 
#include <linux/module.h> 
#include <linux/fs.h> 
#include <linux/slab.h> 
#include <linux/mm.h> 
#include <linux/string.h> 
#include <asm/uaccess.h> 
#include <linux/ioport.h>
#include <linux/pci.h>
#include "chardev.h"

#include <asm/arch/AT91RM9200_SYS.h>
#include <asm/arch/pio.h>

#define HPI_PHYSICAL_REG_ADDR       0x80000000L
#define HPI_PHYSICAL_REG_SIZE       0x100000
unsigned int *hpi_RegAddr,*hpi_RegAddr_temp;

⌨️ 快捷键说明

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