]> Joshua Wise's Git repositories - netwatch.git/blobdiff - include/timer.h
More ICH2-specific code diked out.
[netwatch.git] / include / timer.h
index 56054b06a2046d6863326e8e2b1a5892d3ae21b0..c75674caf5b6c29277d60e174ea241638bfc82ed 100644 (file)
@@ -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 */
This page took 0.01706 seconds and 4 git commands to generate.