From 16d10430747594ffdc0e95e96b468de3872ef746 Mon Sep 17 00:00:00 2001 From: Thadeu Lima de Souza Cascardo Date: Sat, 5 Dec 2009 23:06:23 -0200 Subject: [PATCH] Module macros and tools. --- 01.hello/01.hello.xml | 42 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 42 insertions(+) diff --git a/01.hello/01.hello.xml b/01.hello/01.hello.xml index 4c1bf5b..aa0e3dc 100644 --- a/01.hello/01.hello.xml +++ b/01.hello/01.hello.xml @@ -44,4 +44,46 @@ $ make -C /lib/modules/`uname -r`/build M=$PWD modules + +Module Tools + + +insmod + + +rmmod + + +modprobe + + +modinfo + + +depmod + + + + + +Module Description Definitions + + +MODULE\_AUTHOR + + +MODULE\_DESCRIPTION + + +MODULE\_VERSION + + +MODULE\_LICENSE + + +MODULE\_ALIAS + + + + -- 2.20.1