Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Macros | Functions
btext.c File Reference
#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)
 

Macro Definition Documentation

#define __force_data   __attribute__((__section__(".data")))

Definition at line 26 of file btext.c.

#define cmapsz   (16*256)

Definition at line 38 of file btext.c.

#define NO_SCROLL

Definition at line 15 of file btext.c.

Function Documentation

void btext_drawchar ( char  c)

Definition at line 140 of file btext.c.

int __init btext_find_display ( void  )

Definition at line 309 of file btext.c.