Linux Kernel
3.7.1
|
#include <linux/module.h>
#include <linux/types.h>
#include <linux/string.h>
#include <linux/font.h>
Go to the source code of this file.
Macros | |
#define | NO_FONTS |
#define | num_fonts ARRAY_SIZE(fonts) |
Functions | |
. | |
struct font_desc * | find_font (const char *name) |
struct font_desc * | get_default_font (int xres, int yres, u32 font_w, u32 font_h) |
EXPORT_SYMBOL (find_font) | |
EXPORT_SYMBOL (get_default_font) | |
MODULE_AUTHOR ("James Simmons <[email protected]>") | |
MODULE_DESCRIPTION ("Console Fonts") | |
MODULE_LICENSE ("GPL") | |
#define num_fonts ARRAY_SIZE(fonts) |
EXPORT_SYMBOL | ( | find_font | ) |
EXPORT_SYMBOL | ( | get_default_font | ) |
MODULE_AUTHOR | ( | "James Simmons <[email protected]>" | ) |
MODULE_DESCRIPTION | ( | "Console Fonts" | ) |
MODULE_LICENSE | ( | "GPL" | ) |