Mailing List archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[linux-dvb] Re: refactoring



> >- move the header files out of drivers/media/dvb/core into include/media
> 
> mmh... would this be intentional? Then they would get exposed to 
> userspace applications and they are only useful for the internal kernel 
> interface anyway...

The stuff which is currently there is also kernel-internal ...

You can wrap internal stuff into #ifdef __KERNEL__ if you really want to
hide it from userspace.  But I don't think it is needed, it's usable
from kernel space only anyway.

The point is that having EXTRA_FLAGS += -Idrivers/media/dvb/core
everythere simply sucks big time.

  Gerd





Home | Main Index | Thread Index