Messages in this thread |  | | From | Keith Owens <> | Subject | Re: passing arguments to module | Date | Sat, 18 Nov 2000 21:36:03 +1100 |
| |
On Sat, 18 Nov 2000 03:07:47 -0800 (PST), Anil Kumar Prasad <anil_411@yahoo.com> wrote: >sorry i didn't ask the question properly. I need to >know how does kernel modules accept run time arguments >from user?
MODULE_PARM(variable, type) in the code. It defines which variables can be set on the insmod command and what type of data to accept.
- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org Please read the FAQ at http://www.tux.org/lkml/
|  |