Linux Kernel
3.7.1
|
#include <linux/kernel.h>
#include <linux/string.h>
#include <linux/init.h>
#include <linux/console.h>
#include <asm/btext.h>
#include <asm/oplib.h>
#include <asm/io.h>
Go to the source code of this file.
Macros | |
#define | NO_SCROLL |
#define | __force_data __attribute__((__section__(".data"))) |
#define | cmapsz (16*256) |
Functions | |
void | btext_drawchar (char c) |
int __init | btext_find_display (void) |
#define __force_data __attribute__((__section__(".data"))) |