CLASS_CREATE
Section: (9)
Updated: 09 October 2005
Index
Return to Main Contents
NAME
class_create - create a struct class structure
SYNOPSIS
"SYNOPSIS"
struct class * class_create (struct module * owner, char * name);
ARGUMENTS
- owner
-
pointer to the module that is to ``own'' this struct class
- name
-
pointer to a string for the name of this class.
DESCRIPTION
This is used to create a struct class pointer that can then be used
in calls to class_device_create.
Note, the pointer created here is to be destroyed when finished by
making a call to class_destroy.
Index
- NAME
-
- SYNOPSIS
-
- ARGUMENTS
-
- DESCRIPTION
-
This document was created by
man2html,
using the manual pages.
Time: 00:02:00 GMT, October 09, 2005