]> Joshua Wise's Git repositories - netwatch.git/blobdiff - hardware/video/fb.c
More churn moving files around.
[netwatch.git] / hardware / video / fb.c
diff --git a/hardware/video/fb.c b/hardware/video/fb.c
new file mode 100644 (file)
index 0000000..3dba65c
--- /dev/null
@@ -0,0 +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 = 0;
This page took 0.02364 seconds and 4 git commands to generate.