| Index: sim/msp430/msp430-sim.h
|
| diff --git a/sim/bfin/dv-bfin_eppi.h b/sim/msp430/msp430-sim.h
|
| similarity index 71%
|
| copy from sim/bfin/dv-bfin_eppi.h
|
| copy to sim/msp430/msp430-sim.h
|
| index 1440978635408a1c45448007cca515270ecbeec7..cc7e7ab41b3e56921f02a0aa92cada5fa9c04821 100644
|
| --- a/sim/bfin/dv-bfin_eppi.h
|
| +++ b/sim/msp430/msp430-sim.h
|
| @@ -1,8 +1,7 @@
|
| -/* Blackfin Enhanced Parallel Port Interface (EPPI) model
|
| - For "new style" PPIs on BF54x/etc... parts.
|
| +/* Simulator for TI MSP430 and MSP430x processors.
|
|
|
| - Copyright (C) 2010-2012 Free Software Foundation, Inc.
|
| - Contributed by Analog Devices, Inc.
|
| + Copyright (C) 2012-2013 Free Software Foundation, Inc.
|
| + Contributed by Red Hat, Inc.
|
|
|
| This file is part of simulators.
|
|
|
| @@ -19,9 +18,14 @@
|
| You should have received a copy of the GNU General Public License
|
| along with this program. If not, see <http://www.gnu.org/licenses/>. */
|
|
|
| -#ifndef DV_BFIN_EPPI_H
|
| -#define DV_BFIN_EPPI_H
|
| +#ifndef _MSP430_SIM_H_
|
| +#define _MSP430_SIM_H_
|
|
|
| -#include "dv-bfin_ppi.h"
|
| +struct msp430_cpu_state
|
| +{
|
| + int regs[16];
|
| + int cio_breakpoint;
|
| + int cio_buffer;
|
| +};
|
|
|
| #endif
|
|
|