change #include "nand.h" to <flash/nand.h>
commit450ceda9aec12a0b67cca8dfbaf0384824cbd6c2
authorZachary T Welch <zw@superlucidity.net>
Thu, 3 Dec 2009 12:14:55 +0000 (3 04:14 -0800)
committerZachary T Welch <zw@superlucidity.net>
Thu, 3 Dec 2009 12:24:42 +0000 (3 04:24 -0800)
treecbfaa0b50097a98fc303180b1ff1953bf05b80d4
parent9cbab8d3a6b6157629b75457b79e1b828c78bf6e
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.
src/ecosboard.c
src/flash/arm_nandio.h
src/flash/nand/lpc3180.c
src/flash/nand/mx3.h
src/flash/nand/nonce.c
src/flash/nand/s3c24xx.h
src/openocd.c