]> git.sur5r.net Git - openocd/blobdiff - src/flash/str9x.h
Eliminate MixedCaps symbol from public JTAG TAP API:
[openocd] / src / flash / str9x.h
index a2a67ef268e4007ba889a550a9a60dab6e6f94ab..b5e569d0ede3f5a15cec3049992da692bcd72a3a 100644 (file)
@@ -24,7 +24,6 @@
 #define STR9X_H
 
 #include "flash.h"
-#include "target.h"
 
 typedef struct str9x_flash_bank_s
 {
@@ -50,7 +49,7 @@ enum str9x_status_codes
        STR9X_BUSY = 11
 };
 
-/*  Flash registers */
+/* Flash registers */
 
 #define FLASH_BBSR             0x54000000              /* Boot Bank Size Register                */
 #define FLASH_NBBSR            0x54000004              /* Non-Boot Bank Size Register            */
@@ -61,4 +60,3 @@ enum str9x_status_codes
 #define FLASH_BCE5ADDR 0x54000020              /* BC Fifth Entry Target Address Register */
 
 #endif /* STR9X_H */
-