projects
/
linux-2.6
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
ide: add ide_host_add() helper
[linux-2.6]
/
include
/
linux
/
mtd
/
mtdram.h
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__ */