NUMBERS_WITH_SUFFIX *doesn't* want to handle 'x', since that is valid
[deliverable/binutils-gdb.git] / sim / common / hw-ports.h
index c214578f9a206c2e46fe4cc0a88753ed640c1c8e..566895a2f4ac63dcf91a2e1fd6b1ae4d2432c282 100644 (file)
@@ -33,14 +33,14 @@ struct hw_port_descriptor {
 
 void set_hw_ports (struct hw *hw, const struct hw_port_descriptor ports[]);
 
-typedef void (hw_port_event_callback)
+typedef void (hw_port_event_method)
      (struct hw *me,
       int my_port,
       struct hw *source,
       int source_port,
       int level);
 
-void set_hw_port_event (struct hw *hw, hw_port_event_callback *to_port_event);
+void set_hw_port_event (struct hw *hw, hw_port_event_method *to_port_event);
 
 
 /* Port source
This page took 0.022923 seconds and 4 git commands to generate.