Hi, On Tuesday 15 June 2010 18:36:00 Paulo Assis wrote: > 2010/6/15 Franz TRIERWEILER <[email protected]>: > > > > I am porting a library based on uvc to an ARM core and am creating a RPM > > package. > > > > My library build needs uvcvideo.h. I expected this header file to be > > simply available from Linux headers /usr/src/linux/include. In fact it > > is only availabe from the kernel sources, nested in my cross toolchain > > BUILD directory. Why is not it available through the kernel header since > > it can be built-in the kernel? > > This is supposed to become available in upcoming kernels, I'm not sure > when exactly (2.6.35 ?? ) > Laurent is the best person to answer this question.
The header should indeed be available in include/linux. I've been planning to move it to include/linux, but there are API changes that need to be made first. This won't go in 2.6.35 as we missed the merge window already, but it will be available for 2.6.36. -- Regards, Laurent Pinchart _______________________________________________ Linux-uvc-devel mailing list [email protected] https://lists.berlios.de/mailman/listinfo/linux-uvc-devel
