repo.or.cz
/
linux-2.6.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
clocksource: samsung_pwm_timer: Drop unused samsung_pwm struct
[linux-2.6.git]
/
drivers
/
mtd
/
devices
/
bcm47xxsflash.h
blob
ebf6f710e23c0ada24b3de883db29acf0be6c7ec
1
#ifndef __BCM47XXSFLASH_H
2
#define __BCM47XXSFLASH_H
3
4
#include <linux/mtd/mtd.h>
5
6
struct
bcm47xxsflash
{
7
u32 window
;
8
u32 blocksize
;
9
u16 numblocks
;
10
u32 size
;
11
12
struct
mtd_info mtd
;
13
};
14
15
#endif
/* BCM47XXSFLASH */