7 lines
64 B
C
Executable File
7 lines
64 B
C
Executable File
#include <linux/kernel.h>
|
|
|
|
void bar(void)
|
|
{
|
|
printk("bar\n");
|
|
}
|