Rename state.h to tap_state.h before we do changes based on file name

git-svn-id: https://urjtag.svn.sourceforge.net/svnroot/urjtag/trunk@1509 b68d4a1b-bc3d-0410-92ed-d4ac073336b7
master
Rutger Hofman 16 years ago
parent 4864b87f8d
commit dd60ee16a2

@ -44,7 +44,7 @@ noinst_HEADERS = \
part.h \
register.h \
bssignal.h \
state.h \
tap_state.h \
jtag.h \
tap.h \
fclock.h \

@ -22,8 +22,8 @@
*
*/
#ifndef STATE_H
#define STATE_H
#ifndef TAP_STATE_H
#define TAP_STATE_H
#include <bitmask.h>
@ -63,4 +63,4 @@ int tap_state_reset (chain_t * chain);
int tap_state_set_trst (chain_t * chain, int old_trst, int new_trst);
int tap_state_clock (chain_t * chain, int tms);
#endif /* STATE_H */
#endif /* TAP_STATE_H */

@ -37,7 +37,7 @@
#include "jtag.h"
#include "buses.h"
#include "generic_bus.h"
#include "state.h"
#include "tap_state.h"
typedef struct

@ -40,7 +40,7 @@
#include "jtag.h"
#include "buses.h"
#include "generic_bus.h"
#include "state.h"
#include "tap_state.h"
typedef struct
{

@ -47,7 +47,7 @@
#include "jtag.h"
#include "buses.h"
#include "generic_bus.h"
#include "state.h"
#include "tap_state.h"
typedef struct
{

@ -67,7 +67,7 @@
#include "jtag.h"
#include "buses.h"
#include "generic_bus.h"
#include "state.h"
#include "tap_state.h"
#define RAM_ADDR_WIDTH 18
#define RAM_DATA_WIDTH 16

@ -42,7 +42,7 @@
#include "jtag.h"
#include "buses.h"
#include "generic_bus.h"
#include "state.h"
#include "tap_state.h"
#include "pxa2x0_mc.h"

@ -65,7 +65,7 @@
#include "jtag.h"
#include "buses.h"
#include "generic_bus.h"
#include "state.h"
#include "tap_state.h"
#ifndef DEBUG_LVL2

@ -67,7 +67,7 @@
#include "jtag.h"
#include "buses.h"
#include "generic_bus.h"
#include "state.h"
#include "tap_state.h"
/* EEPROM commands */
#define EEPROM_CMD_WREN 0x06

@ -43,7 +43,7 @@
#include <jtag.h>
#include <tap.h>
#include <state.h>
#include <tap_state.h>
#include <cmd.h>

@ -28,7 +28,7 @@
#include <string.h>
#include "chain.h"
#include "state.h"
#include "tap_state.h"
#include "tap.h"
#include "bsdl.h"

@ -23,7 +23,7 @@
*
*/
#include "state.h"
#include "tap_state.h"
#include "chain.h"
int

@ -28,7 +28,7 @@
#include "register.h"
#include "tap.h"
#include "state.h"
#include "tap_state.h"
#include "chain.h"
void

Loading…
Cancel
Save