]> Joshua Wise's Git repositories - netwatch.git/blobdiff - video/fb.c
more licensing
[netwatch.git] / video / fb.c
index ed404e11fba043ff8e94af9a5c6f38ffa92e6a96..3dba65cd3e05498072a1798af454b7d3ba126d45 100644 (file)
@@ -1,3 +1,13 @@
+/* fb.c
+ * Framebuffer device pointer
+ * 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.
+ *
+ */
+
 #include <fb.h>
 
-struct fbdevice *fb;
+struct fbdevice *fb = 0;
This page took 0.021431 seconds and 4 git commands to generate.