normalize headers to make changing easier

These headers need minor tweaks to paves the way for wholesale
scripted coversion of the header files.
__archive__
Zachary T Welch 2009-12-03 04:20:31 -08:00
parent 4bbe7d174f
commit 5d57cad001
2 changed files with 2 additions and 2 deletions

View File

@ -25,7 +25,7 @@
*
* Many thanks to Ben Dooks for writing s3c24xx driver.
*/
#include <nand.h>
#include "nand.h"
#define MX3_NF_BASE_ADDR 0xb8000000
#define MX3_NF_BUFSIZ (MX3_NF_BASE_ADDR + 0xe00)

View File

@ -20,7 +20,7 @@
#ifndef SVF_H
#define SVF_H
#include "command.h"
#include "jtag.h"
int svf_register_commands(struct command_context *cmd_ctx);