📄 ppcflash.h
字号:
#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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -