X-Git-Url: http://git.joshuawise.com/netwatch.git/blobdiff_plain/112c8c75deab100cf02c2e9e850c9e8474ef1a92..f3e67112e4d2f8c7fcefaad0d978352395cffadc:/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;