X-Git-Url: https://review.openocd.org/gitweb?p=openocd.git;a=blobdiff_plain;f=src%2Fflash%2Fnand%2Fimp.h;h=e0d411fa4e44cd8b5978e93927f8797c75f3bc14;hp=b381b538ddc9bad7da00642becdc2bc4eadd9d57;hb=899c9975e750ff0144d4a4f63e0f2a619c0b0e58;hpb=da3bcb392e852214b0dda878f6161c8f1e8d15f3 diff --git a/src/flash/nand/imp.h b/src/flash/nand/imp.h index b381b538dd..e0d411fa4e 100644 --- a/src/flash/nand/imp.h +++ b/src/flash/nand/imp.h @@ -19,6 +19,9 @@ #ifndef FLASH_NAND_IMP_H #define FLASH_NAND_IMP_H +#include "core.h" +#include "driver.h" + int nand_write_page(struct nand_device *nand, uint32_t page, uint8_t *data, uint32_t data_size, uint8_t *oob, uint32_t oob_size);