Directly use <sys/types.h> provided by Newlib

This commit is contained in:
Sebastian Huber
2016-04-27 10:25:22 +02:00
parent 2017a6df2b
commit 3d1e767c8f
241 changed files with 245 additions and 603 deletions

View File

@@ -48,7 +48,7 @@
#define _RTEMS_BSD_MACHINE_RTEMS_BSD_BUS_DMA_H_
#include <rtems/bsd/sys/param.h>
#include <rtems/bsd/sys/types.h>
#include <sys/types.h>
#include <rtems/bsd/sys/lock.h>
#include <sys/mutex.h>
#include <sys/systm.h>

View File

@@ -44,7 +44,7 @@
#include <machine/rtems-bsd-mutex.h>
#include <machine/rtems-bsd-support.h>
#include <rtems/bsd/sys/types.h>
#include <sys/types.h>
#include <rtems/bsd/sys/lock.h>
#include <rtems/score/threadimpl.h>

View File

@@ -41,7 +41,7 @@
#define _RTEMS_BSD_MACHINE_RTEMS_BSD_THREAD_H_
#include <rtems/bsd/sys/param.h>
#include <rtems/bsd/sys/types.h>
#include <sys/types.h>
#include <sys/proc.h>
#include <rtems.h>