X-Git-Url: http://git.joshuawise.com/netwatch.git/blobdiff_plain/34a7d0d2f76c71165cc643d5b48061786a83fc87..8ed5907015b127d1312c13216a8e4875c962da8e:/video/fb.c diff --git a/video/fb.c b/video/fb.c index ed404e1..3dba65c 100644 --- a/video/fb.c +++ b/video/fb.c @@ -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 -struct fbdevice *fb; +struct fbdevice *fb = 0;