View | Details | Raw Unified | Return to bug 34583
Collapse All | Expand All

(-)DECLARE_MODULE.9 (-2 / +2 lines)
Lines 64-70 Link Here
64
call to identify the module.
64
call to identify the module.
65
.Pp
65
.Pp
66
.Fa data
66
.Fa data
67
is a pointer to the
67
is a
68
.Vt moduledata_t
68
.Vt moduledata_t
69
structure, which contains two main items, the official name of the
69
structure, which contains two main items, the official name of the
70
module name, which will be used in the
70
module name, which will be used in the
Lines 77-83 Link Here
77
.Fn SYSINIT
77
.Fn SYSINIT
78
macro.
78
macro.
79
Valid values for this are contained in the
79
Valid values for this are contained in the
80
.Vt sysstem_sub_id
80
.Vt sysinit_sub_id
81
enumeration
81
enumeration
82
(see
82
(see
83
.Pa kernel.h )
83
.Pa kernel.h )

Return to bug 34583