Linux Kernel
3.7.1
|
#include <linux/module.h>
#include <linux/kernel.h>
#include <linux/lzo.h>
#include <asm/unaligned.h>
#include "lzodefs.h"
Go to the source code of this file.
Functions | |
int | lzo1x_1_compress (const unsigned char *in, size_t in_len, unsigned char *out, size_t *out_len, void *wrkmem) |
EXPORT_SYMBOL_GPL (lzo1x_1_compress) | |
MODULE_LICENSE ("GPL") | |
MODULE_DESCRIPTION ("LZO1X-1 Compressor") | |
EXPORT_SYMBOL_GPL | ( | lzo1x_1_compress | ) |
int lzo1x_1_compress | ( | const unsigned char * | in, |
size_t | in_len, | ||
unsigned char * | out, | ||
size_t * | out_len, | ||
void * | wrkmem | ||
) |
Definition at line 176 of file lzo1x_compress.c.
MODULE_DESCRIPTION | ( | "LZO1X-1 Compressor" | ) |
MODULE_LICENSE | ( | "GPL" | ) |