On Saturday 09 February 2008, Robert P. J. Day wrote:
[...]
>> 3)
>
> related to 2), what's up with __KERNEL as well? it still shows up
> in a number of places in the kernel source. for example, see
> include/linux/hdsmart.h:
>
> ...
> #ifndef __KERNEL
> ...
> #endif /* __KERNEL__ *
>
> (
just a few observations about the generated headers and whether
there's some cleanup to be done there.
1)
the generated header linux/tty.h consists solely of:
=
#ifndef _LINUX_TTY_H
#define _LINUX_TTY_H
/*
* 'tty.h' defines some structures used by tty_io.c and some defines.
*/
#endi
2 matches
Mail list logo