]> Joshua Wise's Git repositories - netwatch.git/blob - video/fb.c
more licensing
[netwatch.git] / video / fb.c
1 /* fb.c
2  * Framebuffer device pointer
3  * NetWatch system management mode administration console
4  *
5  * Copyright (c) 2008 Jacob Potter and Joshua Wise.  All rights reserved.
6  * This program is free software; you can redistribute and/or modify it under
7  * the terms found in the file LICENSE in the root of this source tree.
8  *
9  */
10
11 #include <fb.h>
12
13 struct fbdevice *fb = 0;
This page took 0.026076 seconds and 4 git commands to generate.