summaryrefslogtreecommitdiffstats
path: root/drivers/mtd/nand/raw/nand_omap_bch_decoder.h
blob: a8c71f77f88aed5b601cb91a3bb263e80d64c818 (plain)
1
2
3
4
5
6
7
/* SPDX-License-Identifier: GPL-2.0-only */
#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 */