X-Git-Url: http://git.joshuawise.com/netwatch.git/blobdiff_plain/c77a83d6dd23d7039207e58c4ce2ccefe5f81c1a..b83b409494b6aedcbcb0548665b8edebba19b43e:/video/fb.c diff --git a/video/fb.c b/video/fb.c index 416b3b2..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 = 0;