Posts Tagged ‘create_module’

create_module – create a loadable module entry
USAGE
#include <linux/module.h>

caddr_t create_module(const char *name, size_t size);

DESCRIPTION
create_module() attempts to create a loadable module entry and reserve
the kernel memory that will [...]

Thursday, August 27th, 2009 at 00:13 | Comments Off
Categories: c
TOP