X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=src%2Fflash%2Fs3c24xx_nand.h;h=aa053102ec01d82ec69596b598ebacefc9d2558b;hb=f876d5e9c769a288faa7fd14b7bf373363542aab;hp=a4406832e1c6492ccc60fdec557e4d675ef3e4d5;hpb=c18947b947064e7eceed8047c42d4c8dfd8ae964;p=fw%2Fopenocd diff --git a/src/flash/s3c24xx_nand.h b/src/flash/s3c24xx_nand.h index a4406832e..aa053102e 100644 --- a/src/flash/s3c24xx_nand.h +++ b/src/flash/s3c24xx_nand.h @@ -48,7 +48,7 @@ extern int s3c24xx_register_commands(struct command_context_s *cmd_ctx); extern int s3c24xx_reset(struct nand_device_s *device); extern int s3c24xx_command(struct nand_device_s *device, uint8_t command); extern int s3c24xx_address(struct nand_device_s *device, uint8_t address); -extern int s3c24xx_write_data(struct nand_device_s *device, u16 data); +extern int s3c24xx_write_data(struct nand_device_s *device, uint16_t data); extern int s3c24xx_read_data(struct nand_device_s *device, void *data); extern int s3c24xx_controller_ready(struct nand_device_s *device, int tout);