change #include "arm_nandio.h" to <flash/arm_nandio.h>
authorZachary T Welch <zw@superlucidity.net>
Thu, 3 Dec 2009 12:14:54 +0000 (04:14 -0800)
committerZachary T Welch <zw@superlucidity.net>
Thu, 3 Dec 2009 12:24:42 +0000 (04:24 -0800)
Changes from the flat namespace to heirarchical one.  Instead of writing:

#include "arm_nandio.h"

the following form should be used.

#include <flash/arm_nandio.h>

The exception is from .c files in the same directory.


No differences found