On Mon, Jun 28, 1999 at 04:11:08PM -0700, David L. Gehrt wrote:
> A while back someone asked on some Linux mailing list how to create a
> module_info file. I never saw an answer, but I am interested in knowing =
the
> answer. I can't find the answer in the docs, or on the web.
Use the macros provided by linux/module.h: MODULE_AUTHOR, MODULE_DESCRIPTIO=
N,
MODULE_PARM, MODULE_PARM_DESC, MODULE_SUPPORTED_DEVICE.
Those can be displayed by modinfo. They are stored in a separate ELF section
(.modinfo) of the module object.=20
Is this what you want?
Regards,
--=20
Kurt Garloff <garloff@suse.de> SuSE GmbH, N=FCrnberg, FRG
Linux kernel development; SCSI driver: DC390 (tmscsim/AM53C974)
--XMCwj5IQnwKtuyBG
Content-Type: application/pgp-signature
-----BEGIN PGP SIGNATURE-----
Version: 2.6.3in
iQCVAwUBN3huEBaQN/7O/JIVAQH0uwP/dwplRQxQI2yysgT92LEqAEi9kup38BQj
7tpFji6Zswsr/G6hhPC29tBwO2as+T6waENCWXrr+5sc1P+nJDWbyXhXs0sDEknj
m+M40nYJV+1YOVsSVCNEhKmQjjGYf9WuznhxAnvTRHNvuXGnEsaeOhRo6JiRGtD7
E8qNmWL+EwE=
=sJSV
-----END PGP SIGNATURE-----
--XMCwj5IQnwKtuyBG--
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu
Please read the FAQ at http://www.tux.org/lkml/