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 [...]
Categories: c
Tags: create_module
