X-Git-Url: https://review.openocd.org/gitweb?p=openocd.git;a=blobdiff_plain;f=src%2Ftarget%2Farm_simulator.h;h=3aedaee2e8da205c5f7617282ffd1f4621a7b3d1;hp=b332a174127593044532c636a8fdd7f746442d86;hb=13f6c889ab9b6e5b1c4f48fca9807fdc1fb83f42;hpb=8a871560f99779b279623540588f7295fe041781 diff --git a/src/target/arm_simulator.h b/src/target/arm_simulator.h index b332a17412..3aedaee2e8 100644 --- a/src/target/arm_simulator.h +++ b/src/target/arm_simulator.h @@ -15,17 +15,15 @@ * You should have received a copy of the GNU General Public License * * along with this program; if not, write to the * * Free Software Foundation, Inc., * - * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. * + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. * ***************************************************************************/ + #ifndef ARM_SIMULATOR_H #define ARM_SIMULATOR_H -#include - struct target; -struct arm_sim_interface -{ +struct arm_sim_interface { void *user_data; uint32_t (*get_reg)(struct arm_sim_interface *sim, int reg); void (*set_reg)(struct arm_sim_interface *sim, int reg, uint32_t value);