flash.h
字号:
/* * linux/include/asm-arm/mach/flash.h * * Copyright (C) 2003 Russell King, All Rights Reserved. */#ifndef ASMARM_MACH_FLASH_H#define ASMAMR_MACH_FLASH_Hstruct mtd_partition;struct flash_platform_data { const char *map_name; int width; int (*init)(void); void (*exit)(void); void (*set_vpp)(int on);};#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -