Make <machine/atomic.h> available to user space

Enables use of <sys/refcount.h> in user space.
This commit is contained in:
Sebastian Huber 2016-10-24 08:02:13 +02:00
parent 95a12a2ed8
commit 390e1330cf

View File

@ -40,10 +40,6 @@
#ifndef _RTEMS_BSD_MACHINE_ATOMIC_H_
#define _RTEMS_BSD_MACHINE_ATOMIC_H_
#ifndef _RTEMS_BSD_MACHINE_RTEMS_BSD_KERNEL_SPACE_H_
#error "the header file <machine/rtems-bsd-kernel-space.h> must be included first"
#endif
#include <rtems.h>
#ifdef RTEMS_SMP