repo.or.cz
/
cris-mirror.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
blk: rq_data_dir() should not return a boolean
[cris-mirror.git]
/
arch
/
mips
/
include
/
asm
/
mach-bcm63xx
/
bcm63xx_dev_flash.h
blob
354b8481ec4a93680ac46b811126c1db3e24031b
1
#ifndef __BCM63XX_FLASH_H
2
#define __BCM63XX_FLASH_H
3
4
enum
{
5
BCM63XX_FLASH_TYPE_PARALLEL
,
6
BCM63XX_FLASH_TYPE_SERIAL
,
7
BCM63XX_FLASH_TYPE_NAND
,
8
};
9
10
int
__init
bcm63xx_flash_register
(
void
);
11
12
#endif
/* __BCM63XX_FLASH_H */