flash_drv.h
来自「基于s3c2410向flash读写数据的驱动程序」· C头文件 代码 · 共 18 行
H
18 行
#ifndef _IOMAP_H_
#define _IOMAP_H_
struct ioport_ioctl_request {
unsigned long map_base;
unsigned long map_len;
unsigned long offset;
unsigned char * buff;
unsigned long count;
};
#define IOPORT_MAP 0xf021
#define IOPORT_UNMAP 0xf022
#define IOPORT_READ 0xf023
#define IOPORT_WRITE 0xf024
#define IOPORT_WRITE_CON 0xf025
#endif
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?