summaryrefslogtreecommitdiff
path: root/src/flash/nor/lpc288x.h
diff options
context:
space:
mode:
authorZachary T Welch <zw@superlucidity.net>2009-12-03 04:14:54 -0800
committerZachary T Welch <zw@superlucidity.net>2009-12-03 04:24:42 -0800
commit2b2d5ec1e38efdd10ec64f8e880588350fb4edea (patch)
tree6a4a6defdd4f5aad28e13b4ad421ee967eb1fe02 /src/flash/nor/lpc288x.h
parenteac262e5d2a56e470e3d13becd646a135aa187c5 (diff)
downloadopenocd+libswd-2b2d5ec1e38efdd10ec64f8e880588350fb4edea.tar.gz
openocd+libswd-2b2d5ec1e38efdd10ec64f8e880588350fb4edea.tar.bz2
openocd+libswd-2b2d5ec1e38efdd10ec64f8e880588350fb4edea.tar.xz
openocd+libswd-2b2d5ec1e38efdd10ec64f8e880588350fb4edea.zip
change #include "flash.h" to <flash/flash.h>
Changes from the flat namespace to heirarchical one. Instead of writing: #include "flash.h" the following form should be used. #include <flash/flash.h> The exception is from .c files in the same directory.
Diffstat (limited to 'src/flash/nor/lpc288x.h')
-rw-r--r--src/flash/nor/lpc288x.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/flash/nor/lpc288x.h b/src/flash/nor/lpc288x.h
index 5a71ee08..06f634ab 100644
--- a/src/flash/nor/lpc288x.h
+++ b/src/flash/nor/lpc288x.h
@@ -21,7 +21,7 @@
#ifndef lpc288x_H
#define lpc288x_H
-#include "flash.h"
+#include <flash/flash.h>
struct lpc288x_flash_bank
{