mirror of
https://github.com/apache/nuttx.git
synced 2026-03-26 18:23:50 +08: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:
committed by
Xiang Xiao
parent
b271507c9f
commit
17c51c0667
@@ -25,6 +25,7 @@
|
||||
#include <debug.h>
|
||||
#include <string.h>
|
||||
|
||||
#include <nuttx/irq.h>
|
||||
#include <nuttx/kmalloc.h>
|
||||
#include <nuttx/atomic.h>
|
||||
#include <nuttx/net/snoop.h>
|
||||
|
||||
Reference in New Issue
Block a user