aboutsummaryrefslogtreecommitdiff
path: root/sim/bfin/dv-bfin_gpio2.h
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2012-04-09 06:11:41 +0000
committerMike Frysinger <vapier@gentoo.org>2012-04-09 06:11:41 +0000
commit07c5891d6c3870428a93b48b19b81d9ae5482059 (patch)
treea9cf61e832e8e1f6c81584268369650af7ce282a /sim/bfin/dv-bfin_gpio2.h
parent740d60f83d556840cca203033e3bf15b4ef2fe77 (diff)
downloadgdb-07c5891d6c3870428a93b48b19b81d9ae5482059.zip
gdb-07c5891d6c3870428a93b48b19b81d9ae5482059.tar.gz
gdb-07c5891d6c3870428a93b48b19b81d9ae5482059.tar.bz2
sim: bfin: new GPIO model
Newer BF54x parts feature an updated GPIO block, so create a new model for it. Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Diffstat (limited to 'sim/bfin/dv-bfin_gpio2.h')
-rw-r--r--sim/bfin/dv-bfin_gpio2.h25
1 files changed, 25 insertions, 0 deletions
diff --git a/sim/bfin/dv-bfin_gpio2.h b/sim/bfin/dv-bfin_gpio2.h
new file mode 100644
index 0000000..7e9e94e
--- /dev/null
+++ b/sim/bfin/dv-bfin_gpio2.h
@@ -0,0 +1,25 @@
+/* Blackfin General Purpose Ports (GPIO) model
+ For "new style" GPIOs on BF54x parts.
+
+ Copyright (C) 2010-2012 Free Software Foundation, Inc.
+ Contributed by Analog Devices, Inc. and Mike Frysinger.
+
+ This file is part of simulators.
+
+ This program is free software; you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation; either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General Public License for more details.
+
+ 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_GPIO2_H
+#define DV_BFIN_GPIO2_H
+
+#endif