inter_module_register

Section: Kernel Hacker's Manual (9)
Updated: inter_module_register
Index Return to Main Contents
 

NAME

inter_module_register - register a new set of inter module data.  

SYNOPSIS

void inter_module_register (const char *im_name, struct module *owner, const void *userdata);  

ARGUMENTS

im_name

 an arbitrary string to identify the data, must be unique
owner

 module that is registering the data, always use THIS_MODULE
userdata

 pointer to arbitrary userdata to be registered
 

DESCRIPTION


 Check that the im_name has not already been registered, complain if it has. For new data, add it to the inter_module_entry list.


 

Index

NAME
SYNOPSIS
ARGUMENTS
DESCRIPTION

This document was created by man2html, using the manual pages.
Time: 04:00:24 GMT, June 12, 2005