summaryrefslogtreecommitdiffstats
path: root/drivers/mtd/nand/nand_omap_bch_decoder.h
blob: 74d24be028aac066c1cfc57f8549b4a4bf610ac1 (plain)
1
2
3
4
5
6
#ifndef MTD_OMAP_GPMC_DECODE_BCH_H
#define MTD_OMAP_GPMC_DECODE_BCH_H

int omap_gpmc_decode_bch(int select_4_8, unsigned char *ecc, unsigned int *err_loc);

#endif /* MTD_OMAP_GPMC_DECODE_BCH_H */