Re: Small problem, Can anybody help me?

From: Richard B. Johnson
Date: Thu May 06 2004 - 10:48:26 EST


On Thu, 6 May 2004, Srinivas G. wrote:

>
> Hi,
>
> I have written a small hello.c program in the Linux Kernel version
> 2.4.18-3.
>
> The code is as follows.
> -----------------------
>
>
> define MODULE

#define __KERNEL__

#include <linux/kernel.h>

> #include <linux/module.h>
> #include <linux/init.h>
>


Cheers,
Dick Johnson
Penguin : Linux version 2.4.26 on an i686 machine (5557.45 BogoMips).
Note 96.31% of all statistics are fiction.


-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/