mirror of
https://github.com/linux-msm/openocd.git
synced 2026-02-25 13:15:07 -08:00
normalize headers to make changing easier
These headers need minor tweaks to paves the way for wholesale scripted coversion of the header files.
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user