Linux Kernel
3.7.1
|
#include <linux/init.h>
#include <linux/module.h>
#include <linux/crypto.h>
#include <linux/vmalloc.h>
#include <linux/lzo.h>
Go to the source code of this file.
Data Structures | |
struct | lzo_ctx |
Functions | |
module_init (lzo_mod_init) | |
module_exit (lzo_mod_fini) | |
MODULE_LICENSE ("GPL") | |
MODULE_DESCRIPTION ("LZO Compression Algorithm") | |
MODULE_DESCRIPTION | ( | "LZO Compression Algorithm" | ) |
module_exit | ( | lzo_mod_fini | ) |
module_init | ( | lzo_mod_init | ) |
MODULE_LICENSE | ( | "GPL" | ) |