📄 iomap.h
字号:
#ifndef __IOMAP_H_
#define __IOMAP_H_
extern int map_flag;
int unmap(int fd,struct ioport_ioctl_request *rq);
int iomap(int fd,struct ioport_ioctl_request *rq);
int ioread(int fd,struct ioport_ioctl_request *rq);
int iowrite(int fd,struct ioport_ioctl_request *rq,int flag);
#define DEVICE_PPCFLASH "/dev/ppcflash"
//#define FLASH_PHY_ADDR 0x403f0000
#define FLASH_PHY_ADDR 0x01f00000
//#define FLASH_LENGTH 65000
#define FLASH_LENGTH 0x1000
#define SIZE 10
#define COUNT 2
//char filename[20][32]={"/etc/config/chat.ttyS1","/etc/config/dhcpd.leases"};
#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -