/[rtmk]/rtmk/timer.h
ViewVC logotype

Diff of /rtmk/timer.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.2 by jrydberg, Mon Dec 17 22:02:16 2001 UTC revision 1.3 by jrydberg, Thu Feb 21 20:14:42 2002 UTC
# Line 1  Line 1 
1  /* Timers.  /* Timers.
2     Copyright 1999, 2000, 2001 Johan Rydberg, jrydberg@opencores.org.     Copyright 1999, 2000, 2001, 2002 Johan Rydberg, jrydberg@rtmk.org.
3    
4  This program is free software; you can redistribute it and/or modify  This program is free software; you can redistribute it and/or modify
5  it under the terms of the GNU General Public License as published by  it under the terms of the GNU General Public License as published by
# Line 68  extern void callout_init (); Line 68  extern void callout_init ();
68    
69  extern int timeout (int millisecs, void (*timeout_fn) (void *arg), void *arg);  extern int timeout (int millisecs, void (*timeout_fn) (void *arg), void *arg);
70    
71    /* Cancel a previous call to timeout (MS, FN, ARG).  FN and ARG
72       must match an entry in the callout list.  */
73    
74    extern void untimeout (void (*fn) (void *arg), void *arg);
75    
76  #endif /* timer.h */  #endif /* timer.h */

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26