Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 13627
b: refs/heads/master
c: 861e37a
h: refs/heads/master
i:
  13625: 5fd5c74
  13623: ed9b707
v: v3
  • Loading branch information
Kyungmin Park authored and Russell King committed Nov 9, 2005
1 parent fd5a024 commit 864f456
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 59d1ff3bfb56d9b8cf3ec864857e6a4dfd9d2dba
refs/heads/master: 861e37ad5969f764574722f4cfc0734511cbac7f
3 changes: 3 additions & 0 deletions trunk/include/asm-arm/mach/flash.h
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
#define ASMARM_MACH_FLASH_H

struct mtd_partition;
struct mtd_info;

/*
* map_name: the map probe function name
Expand All @@ -19,6 +20,7 @@ struct mtd_partition;
* init: method called at driver/device initialisation
* exit: method called at driver/device removal
* set_vpp: method called to enable or disable VPP
* mmcontrol: method called to enable or disable Sync. Burst Read in OneNAND
* parts: optional array of mtd_partitions for static partitioning
* nr_parts: number of mtd_partitions for static partitoning
*/
Expand All @@ -29,6 +31,7 @@ struct flash_platform_data {
int (*init)(void);
void (*exit)(void);
void (*set_vpp)(int on);
void (*mmcontrol)(struct mtd_info *mtd, int sync_read);
struct mtd_partition *parts;
unsigned int nr_parts;
};
Expand Down

0 comments on commit 864f456

Please sign in to comment.