| Index: sim/bfin/dv-bfin_pint.h
|
| diff --git a/sim/bfin/dv-bfin_gptimer.h b/sim/bfin/dv-bfin_pint.h
|
| similarity index 83%
|
| copy from sim/bfin/dv-bfin_gptimer.h
|
| copy to sim/bfin/dv-bfin_pint.h
|
| index 0f000f7ddd8f367e3c9bf5336b7b4c17318d0158..4966d1228f41ccf2d5d71a6b4e189a8b38ef252a 100644
|
| --- a/sim/bfin/dv-bfin_gptimer.h
|
| +++ b/sim/bfin/dv-bfin_pint.h
|
| @@ -1,7 +1,7 @@
|
| -/* Blackfin General Purpose Timers (GPtimer) model
|
| +/* Blackfin Pin Interrupt (PINT) model
|
|
|
| Copyright (C) 2010-2012 Free Software Foundation, Inc.
|
| - Contributed by Analog Devices, Inc.
|
| + Contributed by Analog Devices, Inc. and Mike Frysinger.
|
|
|
| This file is part of simulators.
|
|
|
| @@ -18,7 +18,7 @@
|
| 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_GPTIMER_H
|
| -#define DV_BFIN_GPTIMER_H
|
| +#ifndef DV_BFIN_PINT_H
|
| +#define DV_BFIN_PINT_H
|
|
|
| #endif
|
|
|