Hi, On Thu, May 07, 2015 at 06:49:44PM +0200, Matteo Petracca wrote: > Dear all, > I gave a program in kernel 3.8.17 in which I successfully include > ieee802154.h by simply witing: > > #include <ieee802154.h> > > In my BeagleBone now I have just upgraded the kernel to 4.0.1, > and compiling the same code I get: > > fatal error: ieee802154.h: No such file or directory > > Any hint? > no, I suppose that this header is some of the old netlink interface, but I can't be sure here. I can't be sure because I don't know what was the functionality/why you need that in your application. In short: We don't deliever any headers to uapi for userspace. If you need headers for userspace<->kernelspace communication you need to grab them on your own out of your current kernel source tree. What I mean is that we didn't change any in our uapi headers which are deliviered by kernel-headers because we don't have any headers which laying inside "include/uapi" tree right now. - Alex -- To unsubscribe from this list: send the line "unsubscribe linux-wpan" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html