2000-08-15 Dave Brolley <brolley@redhat.com>
[deliverable/binutils-gdb.git] / sim / common / hw-ports.c
index 4144bc7c15a71026baf1de383e1479fea6516846..b7dc9850926c6c006d622bcc646a1d3f55f8d5f1 100644 (file)
@@ -1,4 +1,4 @@
-/* Common hardware.
+/* Hardware ports.
    Copyright (C) 1998 Free Software Foundation, Inc.
    Contributed by Andrew Cagney and Cygnus Solutions.
 
@@ -19,7 +19,7 @@ with this program; if not, write to the Free Software Foundation, Inc.,
 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.  */
 
 
-#include "sim-main.h"
+#include "hw-main.h"
 #include "hw-base.h"
 
 #ifdef HAVE_STDLIB_H
@@ -48,7 +48,7 @@ struct hw_port_edge {
 };
 
 struct hw_port_data {
-  hw_port_event_callback *to_port_event;
+  hw_port_event_method *to_port_event;
   const struct hw_port_descriptor *ports;
   struct hw_port_edge *edges;
 };
@@ -91,7 +91,7 @@ set_hw_ports (struct hw *me,
 
 void
 set_hw_port_event (struct hw *me,
-                  hw_port_event_callback *port_event)
+                  hw_port_event_method *port_event)
 {
   me->ports_of_hw->to_port_event = port_event;
 }
This page took 0.024024 seconds and 4 git commands to generate.