mirror of
https://git.rtems.org/rtems-libbsd/
synced 2025-10-14 01:51:03 +08:00
Add bitcount inlinesfor RTEMS. These are found in FREEBSDs types.h
This commit is contained in:

committed by
Sebastian Huber

parent
18cf4282c4
commit
fb2aa6ea99
@@ -68,6 +68,9 @@
|
||||
#endif
|
||||
|
||||
#include <sys/types.h>
|
||||
#ifdef __rtems__
|
||||
#include <machine/bitstring.h>
|
||||
#endif /* __rtems__ */
|
||||
|
||||
typedef unsigned long bitstr_t;
|
||||
|
||||
|
Reference in New Issue
Block a user