]> git.gag.com Git - fw/openocd/blobdiff - src/flash/nor/cfi.h
change #include "flash.h" to <flash/flash.h>
[fw/openocd] / src / flash / nor / cfi.h
index d55fd34ef5f2335a0f18615d6979c19954ec1603..565a2b6cf64878a27230fcba64ed2b8edf20024a 100644 (file)
@@ -20,7 +20,7 @@
 #ifndef CFI_H
 #define CFI_H
 
-#include "flash.h"
+#include <flash/flash.h>
 
 #define CFI_STATUS_POLL_MASK_DQ5_DQ6_DQ7 0xE0 /* DQ5..DQ7 */
 #define CFI_STATUS_POLL_MASK_DQ6_DQ7     0xC0 /* DQ6..DQ7 */