normalize headers to make changing easier
These headers need minor tweaks to paves the way for wholesale scripted coversion of the header files.__archive__
parent
4bbe7d174f
commit
5d57cad001
|
@ -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)
|
||||
|
|
|
@ -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);
|
||||
|
||||
|
|
Loading…
Reference in New Issue