]>
Commit | Line | Data |
---|---|---|
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 | 13 | struct fbdevice *fb = 0; |