X-Git-Url: http://git.joshuawise.com/netwatch.git/blobdiff_plain/399b932481303c09ebed1cfaaa88538ffa4746ba..789ebb2d04033053b3cfeaa73648e3a1c3b3d8f5:/hardware/video/fb.c diff --git a/hardware/video/fb.c b/hardware/video/fb.c new file mode 100644 index 0000000..3dba65c --- /dev/null +++ b/hardware/video/fb.c @@ -0,0 +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;