Cleanup and encapsulate IR Capture verification:
[fw/openocd] / src / flash / s3c24xx_nand.h
index d77bafe558570a83755363d201e447491f8dc910..99e4cf0a927048d226fd373627e68e88a870c7c0 100644 (file)
  * Many thanks to Simtec Electronics for sponsoring this work.
  */
 
-#include "target.h"
+#include "nand.h"
 #include "s3c24xx_regs_nand.h"
 
 typedef struct s3c24xx_nand_controller_s
 {
        struct target_s *target;
-       
+
        /* register addresses */
        u32              cmd;
        u32              addr;
        u32              data;
-       u32              nfstat; 
+       u32              nfstat;
 } s3c24xx_nand_controller_t;
 
 /* Default to using the un-translated NAND register based address */