]> Joshua Wise's Git repositories - netwatch.git/blame - video/fb.c
more licensing
[netwatch.git] / video / fb.c
CommitLineData
98e930a2
JP
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
34a7d0d2
JW
11#include <fb.h>
12
c77a83d6 13struct fbdevice *fb = 0;
This page took 0.023733 seconds and 4 git commands to generate.