All of lore.kernel.org
 help / color / mirror / Atom feed
From: Alexander Aring <alex.aring@gmail.com>
To: Matteo Petracca <matteo.petracca@sssup.it>
Cc: linux-wpan@vger.kernel.org
Subject: Re: Error in including IEEE802154.h
Date: Fri, 8 May 2015 13:50:34 +0200	[thread overview]
Message-ID: <20150508115030.GA15416@omega> (raw)
In-Reply-To: <554B97A8.2040802@sssup.it>

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

  reply	other threads:[~2015-05-08 11:50 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-05-07 16:49 Error in including IEEE802154.h Matteo Petracca
2015-05-08 11:50 ` Alexander Aring [this message]
2015-05-08 12:27   ` Matteo Petracca
2015-05-08 16:53     ` Alexander Aring

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20150508115030.GA15416@omega \
    --to=alex.aring@gmail.com \
    --cc=linux-wpan@vger.kernel.org \
    --cc=matteo.petracca@sssup.it \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.