repo.or.cz
/
zen-stable.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
spi-topcliff-pch: Fix issue for transmitting over 4KByte
[zen-stable.git]
/
include
/
linux
/
mtd
/
mtdram.h
blob
68891313875d756a4151aa54847214277e62ba79
1
#ifndef __MTD_MTDRAM_H__
2
#define __MTD_MTDRAM_H__
3
4
#include <linux/mtd/mtd.h>
5
int
mtdram_init_device
(
struct
mtd_info
*
mtd
,
void
*
mapped_address
,
6
unsigned long
size
,
char
*
name
);
7
8
#endif
/* __MTD_MTDRAM_H__ */