Add bitcount inlinesfor RTEMS. These are found in FREEBSDs types.h

This commit is contained in:
Kevin Kirspel
2017-05-17 08:40:32 -04:00
committed by Sebastian Huber
parent 18cf4282c4
commit fb2aa6ea99
2 changed files with 110 additions and 0 deletions

View File

@@ -68,6 +68,9 @@
#endif
#include <sys/types.h>
#ifdef __rtems__
#include <machine/bitstring.h>
#endif /* __rtems__ */
typedef unsigned long bitstr_t;