sim: punt WITH_DEVICES & tconfig.h support
[deliverable/binutils-gdb.git] / sim / common / hw-events.c
index a1b906309bfb560dd8f7c6bd483b4fec94c5582d..e9f1c9a5120001233b7bc5b3d4ef9fbab8f12538 100644 (file)
@@ -1,6 +1,5 @@
 /* Hardware event manager.
 /* Hardware event manager.
-   Copyright (C) 1998, 2007, 2008, 2009, 2010, 2011
-   Free Software Foundation, Inc.
+   Copyright (C) 1998-2015 Free Software Foundation, Inc.
    Contributed by Cygnus Support.
 
 This file is part of GDB, the GNU debugger.
    Contributed by Cygnus Support.
 
 This file is part of GDB, the GNU debugger.
@@ -27,7 +26,8 @@ along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
 
 /* The hw-events object is implemented using sim-events */
 
 
 /* The hw-events object is implemented using sim-events */
 
-struct hw_event {
+struct hw_event
+{
   void *data;
   struct hw *me;
   hw_event_callback *callback;
   void *data;
   struct hw *me;
   hw_event_callback *callback;
@@ -35,7 +35,8 @@ struct hw_event {
   struct hw_event_data *entry;
 };
 
   struct hw_event_data *entry;
 };
 
-struct hw_event_data {
+struct hw_event_data
+{
   struct hw_event event;
   struct hw_event_data *next;
 };
   struct hw_event event;
   struct hw_event_data *next;
 };
This page took 0.023413 seconds and 4 git commands to generate.