aboutsummaryrefslogtreecommitdiff
path: root/src/flash/nand/s3c24xx.h
diff options
context:
space:
mode:
authorZachary T Welch <zw@superlucidity.net>2009-12-03 04:14:55 -0800
committerZachary T Welch <zw@superlucidity.net>2009-12-03 04:24:42 -0800
commit450ceda9aec12a0b67cca8dfbaf0384824cbd6c2 (patch)
treecbfaa0b50097a98fc303180b1ff1953bf05b80d4 /src/flash/nand/s3c24xx.h
parent9cbab8d3a6b6157629b75457b79e1b828c78bf6e (diff)
downloadriscv-openocd-450ceda9aec12a0b67cca8dfbaf0384824cbd6c2.zip
riscv-openocd-450ceda9aec12a0b67cca8dfbaf0384824cbd6c2.tar.gz
riscv-openocd-450ceda9aec12a0b67cca8dfbaf0384824cbd6c2.tar.bz2
change #include "nand.h" to <flash/nand.h>
Changes from the flat namespace to heirarchical one. Instead of writing: #include "nand.h" the following form should be used. #include <flash/nand.h> The exception is from .c files in the same directory.
Diffstat (limited to 'src/flash/nand/s3c24xx.h')
-rw-r--r--src/flash/nand/s3c24xx.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/flash/nand/s3c24xx.h b/src/flash/nand/s3c24xx.h
index 38057b2..0f899da 100644
--- a/src/flash/nand/s3c24xx.h
+++ b/src/flash/nand/s3c24xx.h
@@ -27,7 +27,7 @@
* Many thanks to Simtec Electronics for sponsoring this work.
*/
-#include "nand.h"
+#include <flash/nand.h>
#include "s3c24xx_regs.h"
struct s3c24xx_nand_controller