Linux Kernel
3.7.1
|
#include "misc.h"
Go to the source code of this file.
Macros | |
#define | STATIC static |
#define | memzero(s, n) memset((s), 0, (n)) |
#define | memptr unsigned |
#define | XMTRDY 0x20 |
#define | TXR 0 /* Transmit register (WRITE) */ |
#define | LSR 5 /* Line Status */ |
Functions | |
void * | memset (void *s, int c, size_t n) |
void * | memcpy (void *dest, const void *src, size_t n) |
void | __putstr (const char *s) |
asmlinkage void | decompress_kernel (void *rmode, memptr heap, unsigned char *input_data, unsigned long input_len, unsigned char *output) |
Variables | |
struct boot_params * | real_mode |
struct boot_params* real_mode |