#define OPENOCD_FLASH_NAND_S3C24XX_H
#include "imp.h"
#include "s3c24xx_regs.h"
#include <target/target.h>
s3c24xx_nand_controller
cmd
addr
data
nfstat
#define S3C2410_NFREG
s3c24xx_nand_device_command(struct command_invocation *, struct nand_device *, struct s3c24xx_nand_controller **);
s3c24xx_reset(struct nand_device *);
s3c24xx_command(struct nand_device *, uint8_t);
s3c24xx_address(struct nand_device *, uint8_t);
s3c24xx_write_data(struct nand_device *, uint16_t);
s3c24xx_read_data(struct nand_device *, void *);
#define s3c24xx_write_page
#define s3c24xx_read_page
s3c2440_nand_ready(struct nand_device *, int);
s3c2440_read_block_data(struct nand_device *, uint8_t *, int);
s3c2440_write_block_data(struct nand_device *, uint8_t *, int);