|
Linux Kernel
3.7.1
|
#include <linux/types.h>#include <linux/kernel.h>#include <asm/addrspace.h>Go to the source code of this file.
Macros | |
| #define | STATIC static |
Functions | |
| void | puts (const char *s) |
| void | puthex (unsigned long long val) |
| void | error (char *x) |
| void | decompress_kernel (unsigned long boot_heap_start) |
Variables | |
| unsigned long | free_mem_ptr |
| unsigned long | free_mem_end_ptr |
| unsigned char | __image_begin |
| unsigned char | __image_end |
| #define STATIC static |
Definition at line 44 of file decompress.c.
Definition at line 81 of file decompress.c.
Definition at line 33 of file decompress.c.
| unsigned char __image_begin |
| unsigned char __image_end |
| unsigned long free_mem_end_ptr |
Definition at line 24 of file decompress.c.
| unsigned long free_mem_ptr |
Definition at line 23 of file decompress.c.
1.8.2