mirror of
https://github.com/linux-msm/openocd.git
synced 2026-02-25 13:15:07 -08:00
change #include "flash.h" to <flash/flash.h>
Changes from the flat namespace to heirarchical one. Instead of writing: #include "flash.h" the following form should be used. #include <flash/flash.h> The exception is from .c files in the same directory.
This commit is contained in:
@@ -25,7 +25,7 @@
|
||||
#ifndef NAND_H
|
||||
#define NAND_H
|
||||
|
||||
#include "flash.h"
|
||||
#include <flash/flash.h>
|
||||
|
||||
struct nand_device;
|
||||
|
||||
|
||||
@@ -23,7 +23,7 @@
|
||||
#include "config.h"
|
||||
#endif
|
||||
|
||||
#include "flash.h"
|
||||
#include <flash/flash.h>
|
||||
#include <target/armv4_5.h>
|
||||
#include <helper/binarybuffer.h>
|
||||
#include <helper/time_support.h>
|
||||
|
||||
@@ -61,7 +61,7 @@
|
||||
#include <string.h>
|
||||
#include <stddef.h>
|
||||
#include <helper/types.h>
|
||||
#include "flash.h"
|
||||
#include <flash/flash.h>
|
||||
#include <helper/membuf.h>
|
||||
#include "at91sam3.h"
|
||||
#include <helper/time_support.h>
|
||||
|
||||
@@ -23,7 +23,7 @@
|
||||
#ifndef AT91SAM7_H
|
||||
#define AT91SAM7_H
|
||||
|
||||
#include "flash.h"
|
||||
#include <flash/flash.h>
|
||||
|
||||
struct at91sam7_flash_bank
|
||||
{
|
||||
|
||||
@@ -23,7 +23,7 @@
|
||||
|
||||
#include "avrf.h"
|
||||
#include <target/avrt.h>
|
||||
#include "flash.h"
|
||||
#include <flash/flash.h>
|
||||
|
||||
|
||||
/* AVR_JTAG_Instructions */
|
||||
|
||||
@@ -20,7 +20,7 @@
|
||||
#ifndef CFI_H
|
||||
#define CFI_H
|
||||
|
||||
#include "flash.h"
|
||||
#include <flash/flash.h>
|
||||
|
||||
#define CFI_STATUS_POLL_MASK_DQ5_DQ6_DQ7 0xE0 /* DQ5..DQ7 */
|
||||
#define CFI_STATUS_POLL_MASK_DQ6_DQ7 0xC0 /* DQ6..DQ7 */
|
||||
|
||||
@@ -21,7 +21,7 @@
|
||||
#include "config.h"
|
||||
#endif
|
||||
|
||||
#include "flash.h"
|
||||
#include <flash/flash.h>
|
||||
#include <target/embeddedice.h>
|
||||
#include <target/image.h>
|
||||
#include <target/algorithm.h>
|
||||
|
||||
@@ -21,7 +21,7 @@
|
||||
#include "config.h"
|
||||
#endif
|
||||
|
||||
#include "flash.h"
|
||||
#include <flash/flash.h>
|
||||
#include <target/image.h>
|
||||
#include "../hello.h"
|
||||
|
||||
|
||||
@@ -23,7 +23,7 @@
|
||||
#ifndef LPC2000_H
|
||||
#define LPC2000_H
|
||||
|
||||
#include "flash.h"
|
||||
#include <flash/flash.h>
|
||||
|
||||
typedef enum
|
||||
{
|
||||
|
||||
@@ -21,7 +21,7 @@
|
||||
#ifndef lpc288x_H
|
||||
#define lpc288x_H
|
||||
|
||||
#include "flash.h"
|
||||
#include <flash/flash.h>
|
||||
|
||||
struct lpc288x_flash_bank
|
||||
{
|
||||
|
||||
@@ -24,7 +24,7 @@
|
||||
|
||||
|
||||
#include <target/image.h>
|
||||
#include "flash.h"
|
||||
#include <flash/flash.h>
|
||||
#include <helper/binarybuffer.h>
|
||||
#include <target/armv4_5.h>
|
||||
#include <target/algorithm.h>
|
||||
|
||||
@@ -20,7 +20,7 @@
|
||||
#ifndef NON_CFI_H
|
||||
#define NON_CFI_H
|
||||
|
||||
#include "flash.h"
|
||||
#include <flash/flash.h>
|
||||
|
||||
struct non_cfi
|
||||
{
|
||||
|
||||
@@ -22,7 +22,7 @@
|
||||
#endif
|
||||
|
||||
#include "ocl.h"
|
||||
#include "flash.h"
|
||||
#include <flash/flash.h>
|
||||
#include <target/embeddedice.h>
|
||||
|
||||
|
||||
|
||||
@@ -26,7 +26,7 @@
|
||||
#ifndef PIC32MX_H
|
||||
#define PIC32MX_H
|
||||
|
||||
#include "flash.h"
|
||||
#include <flash/flash.h>
|
||||
|
||||
struct pic32mx_flash_bank
|
||||
{
|
||||
|
||||
@@ -20,7 +20,7 @@
|
||||
#ifndef STELLARIS_FLASH_H
|
||||
#define STELLARIS_FLASH_H
|
||||
|
||||
#include "flash.h"
|
||||
#include <flash/flash.h>
|
||||
|
||||
struct stellaris_flash_bank
|
||||
{
|
||||
|
||||
@@ -23,7 +23,7 @@
|
||||
#ifndef STM32X_H
|
||||
#define STM32X_H
|
||||
|
||||
#include "flash.h"
|
||||
#include <flash/flash.h>
|
||||
|
||||
struct stm32x_options
|
||||
{
|
||||
|
||||
@@ -23,7 +23,7 @@
|
||||
#ifndef STR7X_H
|
||||
#define STR7X_H
|
||||
|
||||
#include "flash.h"
|
||||
#include <flash/flash.h>
|
||||
|
||||
struct str7x_flash_bank
|
||||
{
|
||||
|
||||
@@ -23,7 +23,7 @@
|
||||
#ifndef STR9X_H
|
||||
#define STR9X_H
|
||||
|
||||
#include "flash.h"
|
||||
#include <flash/flash.h>
|
||||
|
||||
struct str9x_flash_bank
|
||||
{
|
||||
|
||||
@@ -23,7 +23,7 @@
|
||||
#ifndef STR9XPEC_H
|
||||
#define STR9XPEC_H
|
||||
|
||||
#include "flash.h"
|
||||
#include <flash/flash.h>
|
||||
#include <jtag/jtag.h>
|
||||
|
||||
struct str9xpec_flash_controller
|
||||
|
||||
@@ -20,7 +20,7 @@
|
||||
#ifndef TMS470_DOT_H
|
||||
#define TMS470_DOT_H
|
||||
|
||||
#include "flash.h"
|
||||
#include <flash/flash.h>
|
||||
|
||||
struct tms470_flash_bank
|
||||
{
|
||||
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user