mirror of
https://github.com/hak5/wifipineapple-openwrt.git
synced 2025-10-29 16:57:19 +00:00
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8653 3c298f89-4303-0410-b956-a3cf2f4a3e73
11 lines
275 B
C
11 lines
275 B
C
#ifndef __MTD_MTDRAM_H__
|
|
#define __MTD_MTDRAM_H__
|
|
|
|
#ifdef __KERNEL__
|
|
#include <linux/mtd/mtd.h>
|
|
int mtdram_init_device(struct mtd_info *mtd, void *mapped_address,
|
|
unsigned long size, char *name);
|
|
|
|
#endif /* __KERNEL__ */
|
|
#endif /* __MTD_MTDRAM_H__ */
|