|
Linux Kernel
3.7.1
|
#include <linux/module.h>#include <linux/types.h>#include <linux/fs.h>#include <linux/kernel.h>#include <linux/console.h>#include <linux/string.h>#include <linux/kd.h>#include <linux/slab.h>#include <linux/vt_kern.h>#include <linux/selection.h>#include <linux/spinlock.h>#include <linux/ioport.h>#include <linux/init.h>#include <linux/screen_info.h>#include <video/vga.h>#include <asm/io.h>Go to the source code of this file.
Macros | |
| #define | BLANK 0x0020 |
| #define | CAN_LOAD_EGA_FONTS /* undefine if the user must not do this */ |
| #define | CAN_LOAD_PALETTE /* undefine if the user must not do this */ |
| #define | VGA_FONTWIDTH 8 /* VGA does not support fontwidths != 8 */ |
| #define | vgacon_scrollback_startup(...) do { } while (0) |
| #define | vgacon_scrollback_init(...) do { } while (0) |
| #define | vgacon_scrollback_update(...) do { } while (0) |
| #define | colourmap 0xa0000 |
| #define | blackwmap 0xa0000 |
| #define | cmapsz 8192 |
| #define | DUMMY (void *) vgacon_dummy |
Functions | |
| bool | vgacon_text_force (void) |
| EXPORT_SYMBOL (vgacon_text_force) | |
| __setup ("nomodeset", text_mode) | |
| __setup ("no-scroll", no_scroll) | |
| MODULE_LICENSE ("GPL") | |
Variables | |
| struct consw | vga_con |
| __setup | ( | "nomodeset" | , |
| text_mode | |||
| ) |
| __setup | ( | "no-scroll" | , |
| no_scroll | |||
| ) |
| EXPORT_SYMBOL | ( | vgacon_text_force | ) |
| MODULE_LICENSE | ( | "GPL" | ) |
1.8.2