|
@@ -10,6 +10,8 @@
|
|
|
|
|
|
#define UA_THREAD_LOCAL
|
|
#define UA_THREAD_LOCAL
|
|
|
|
|
|
|
|
+#include <../deps/queue.h> //TODO: in some compilers there's already a _SYS_QUEUE_H_ who is included first and doesn't have all functions
|
|
|
|
+
|
|
#include <pkgconf/system.h>
|
|
#include <pkgconf/system.h>
|
|
#include <cyg/kernel/kapi.h>
|
|
#include <cyg/kernel/kapi.h>
|
|
#include <cyg/io/io.h>
|
|
#include <cyg/io/io.h>
|
|
@@ -85,36 +87,4 @@ int gethostname_ecos(char* name, size_t len);
|
|
|
|
|
|
#include "../ua_architecture_functions.h"
|
|
#include "../ua_architecture_functions.h"
|
|
|
|
|
|
-#undef SLIST_EMPTY
|
|
|
|
-#undef SLIST_FOREACH
|
|
|
|
-#undef SLIST_INIT
|
|
|
|
-#undef SLIST_REMOVE
|
|
|
|
-
|
|
|
|
-#undef LIST_EMPTY
|
|
|
|
-#undef LIST_FOREACH
|
|
|
|
-#undef LIST_INIT
|
|
|
|
-#undef LIST_REMOVE
|
|
|
|
-
|
|
|
|
-#undef TAILQ_EMPTY
|
|
|
|
-#undef TAILQ_FOREACH
|
|
|
|
-#undef TAILQ_INIT
|
|
|
|
-#undef TAILQ_REMOVE
|
|
|
|
-#undef TAILQ_FOREACH_REVERSE
|
|
|
|
-
|
|
|
|
-#undef CIRCLEQ_EMPTY
|
|
|
|
-#undef CIRCLEQ_FOREACH
|
|
|
|
-#undef CIRCLEQ_INIT
|
|
|
|
-#undef CIRCLEQ_FOREACH_REVERSE
|
|
|
|
-#undef CIRCLEQ_REMOVE
|
|
|
|
-#undef CIRCLEQ_INSERT_TAIL
|
|
|
|
-#undef CIRCLEQ_INSERT_HEAD
|
|
|
|
-#undef CIRCLEQ_INSERT_AFTER
|
|
|
|
-#undef CIRCLEQ_INSERT_BEFORE
|
|
|
|
-
|
|
|
|
-#undef _SYS_QUEUE_H_
|
|
|
|
-
|
|
|
|
-//#include "../deps/queue.h" //in some compilers there's already a _SYS_QUEUE_H_ who is included first and doesn't have all functions
|
|
|
|
-
|
|
|
|
-
|
|
|
|
-
|
|
|
|
#endif /* PLUGINS_ARCH_POSIX_UA_ARCHITECTURE_H_ */
|
|
#endif /* PLUGINS_ARCH_POSIX_UA_ARCHITECTURE_H_ */
|