2003-11-12 Michael Snyder <msnyder@redhat.com>
[deliverable/binutils-gdb.git] / sim / common / hw-events.h
index a9b6f8b5dc0c77530e1a356968fb66d931e6bea5..29e10fac080a1102c78cdcfa3241a39559a0b1ec 100644 (file)
@@ -58,4 +58,8 @@ void hw_event_queue_deschedule
 signed64 hw_event_queue_time
 (struct hw *me);
 
+/* Returns the time that remains before the event is raised. */
+signed64 hw_event_remain_time
+(struct hw *me, struct hw_event *event);
+
 #endif
This page took 0.023258 seconds and 4 git commands to generate.