Newer
Older
barebox / drivers / mtd / nand / nand_omap_bch_decoder.h
@Sascha Hauer Sascha Hauer on 19 Nov 2018 196 bytes mtd: nand: omap: Add header file for bch decoder
#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 */