mirror of
git://projects.qi-hardware.com/ben-blinkenlights.git
synced 2025-04-21 12:27:27 +03:00
ubb-vga: make mode information global
- ubb-vga.c (mode), ubb-vga.h: made global
This commit is contained in:
@@ -31,6 +31,8 @@ struct mode {
|
||||
int hsync_end; /* 0.79+3.77 us for official VGA */
|
||||
};
|
||||
|
||||
extern const struct mode *mode;
|
||||
|
||||
|
||||
void *map(off_t addr, size_t size);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user