Linux Kernel
3.7.1
|
#include <linux/compiler.h>
#include <linux/types.h>
#include <linux/linkage.h>
#include <mach/uncompress.h>
Go to the source code of this file.
Macros | |
#define | arch_error(x) |
Functions | |
void | error (char *x) |
asmlinkage void | __div0 (void) |
int | do_decompress (u8 *input, int len, u8 *output, void(*error)(char *x)) |
void | decompress_kernel (unsigned long output_start, unsigned long free_mem_ptr_p, unsigned long free_mem_ptr_end_p, int arch_id) |
Variables | |
unsigned int | __machine_arch_type |
char | input_data [] |
char | input_data_end [] |
unsigned char * | output_data |
unsigned long | free_mem_ptr |
unsigned long | free_mem_end_ptr |
asmlinkage void __div0 | ( | void | ) |
Definition at line 56 of file decompress.c.
char input_data[] |
char input_data_end[] |