Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(607)

Unified Diff: sim/bfin/dv-bfin_gpio2.h

Issue 11969036: Merge GDB 7.5.1 (Closed) Base URL: http://git.chromium.org/native_client/nacl-gdb.git@master
Patch Set: Created 7 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « sim/bfin/dv-bfin_ebiu_amc.c ('k') | sim/bfin/dv-bfin_gpio2.c » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sim/bfin/dv-bfin_gpio2.h
diff --git a/sim/bfin/dv-bfin_gpio.h b/sim/bfin/dv-bfin_gpio2.h
similarity index 84%
copy from sim/bfin/dv-bfin_gpio.h
copy to sim/bfin/dv-bfin_gpio2.h
index f9537c54301c520fcb16fe970263c39f67025071..7e9e94e313876be1d09964149d3bcf1425b801bf 100644
--- a/sim/bfin/dv-bfin_gpio.h
+++ b/sim/bfin/dv-bfin_gpio2.h
@@ -1,7 +1,8 @@
/* 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.
+ Contributed by Analog Devices, Inc. and Mike Frysinger.
This file is part of simulators.
@@ -18,7 +19,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_GPIO_H
-#define DV_BFIN_GPIO_H
+#ifndef DV_BFIN_GPIO2_H
+#define DV_BFIN_GPIO2_H
#endif
« no previous file with comments | « sim/bfin/dv-bfin_ebiu_amc.c ('k') | sim/bfin/dv-bfin_gpio2.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698