You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
347 B
19 lines
347 B
16 years ago
|
/*
|
||
|
*fcr-nand.h
|
||
|
*/
|
||
|
|
||
|
#ifndef _FCR_NAND_H
|
||
|
#define _FCR_NAND_H
|
||
|
#include <machine/types.h>
|
||
|
#include <linux/mtd/mtd.h>
|
||
|
#include <linux/mtd/nand.h>
|
||
|
#include <linux/mtd/partitions.h>
|
||
|
|
||
|
static void fcr_soc_hwcontrol(struct mtd_info *mtd, int dat, unsigned int ctrl);
|
||
|
|
||
|
int fcr_soc_foryaffs_init(struct mtd_info *mtd);
|
||
|
|
||
|
int fcr_soc_nand_init(void);
|
||
|
|
||
|
#endif
|