DECLARE_MODULE.9 (32eef9aeb1f39a1623cea55da147c89abbd5b9a5) | DECLARE_MODULE.9 (f16b3c0de48d0b845357e7cca843f645bc3117e3) |
---|---|
1.\" -*- nroff -*- 2.\" 3.\" Copyright (c) 2000 Alexander Langer 4.\" 5.\" All rights reserved. 6.\" 7.\" This program is free software. 8.\" --- 21 unchanged lines hidden (view full) --- 30.\" 31.Dd March 3, 2001 32.Dt DECLARE_MODULE 9 33.Os 34.Sh NAME 35.Nm DECLARE_MODULE 36.Nd kernel module declaration macro 37.Sh SYNOPSIS | 1.\" -*- nroff -*- 2.\" 3.\" Copyright (c) 2000 Alexander Langer 4.\" 5.\" All rights reserved. 6.\" 7.\" This program is free software. 8.\" --- 21 unchanged lines hidden (view full) --- 30.\" 31.Dd March 3, 2001 32.Dt DECLARE_MODULE 9 33.Os 34.Sh NAME 35.Nm DECLARE_MODULE 36.Nd kernel module declaration macro 37.Sh SYNOPSIS |
38.In sys/param.h 39.In sys/kernel.h |
|
38.In sys/module.h 39.Fn DECLARE_MODULE "name" "moduledata_t data" "sub" "order" 40.Sh DESCRIPTION 41The 42.Fn DECLARE_MODULE 43macro declares a generic kernel module. 44It is used to register the module with the system, using the 45.Fn SYSINIT --- 69 unchanged lines hidden --- | 40.In sys/module.h 41.Fn DECLARE_MODULE "name" "moduledata_t data" "sub" "order" 42.Sh DESCRIPTION 43The 44.Fn DECLARE_MODULE 45macro declares a generic kernel module. 46It is used to register the module with the system, using the 47.Fn SYSINIT --- 69 unchanged lines hidden --- |