mirror of
https://github.com/apache/nuttx.git
synced 2026-08-01 20:28:58 +00:00
userspace: Exclude nuttx/arch.h
This patch fixed userspace headers conflict. Architecture-related definition and API should not be exposed to users. Signed-off-by: ouyangxiangzhen <ouyangxiangzhen@xiaomi.com>
This commit is contained in:
parent
b271507c9f
commit
17c51c0667
98 changed files with 111 additions and 32 deletions
|
|
@ -32,6 +32,7 @@
|
|||
#include <debug.h>
|
||||
#include <errno.h>
|
||||
|
||||
#include <nuttx/arch.h>
|
||||
#include <nuttx/addrenv.h>
|
||||
#include <nuttx/kmalloc.h>
|
||||
#include <nuttx/binfmt/binfmt.h>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue