X-Git-Url: http://git.joshuawise.com/netwatch.git/blobdiff_plain/7bb29d226d3215ce817bc123225adf48183923c1..789ebb2d04033053b3cfeaa73648e3a1c3b3d8f5:/include/timer.h diff --git a/include/timer.h b/include/timer.h index 56054b0..c75674c 100644 --- a/include/timer.h +++ b/include/timer.h @@ -1,7 +1,17 @@ +/* output.h + * Prototypes for timer handling routines + * NetWatch system management mode administration console + * + * Copyright (c) 2008 Jacob Potter and Joshua Wise. All rights reserved. + * This program is free software; you can redistribute and/or modify it under + * the terms found in the file LICENSE in the root of this source tree. + * + */ + #ifndef TIMER_H #define TIMER_H void oneshot_start_ms(unsigned long milliseconds); int oneshot_running(void); -#endif TIMER_H +#endif /* TIMER_H */