summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--testsuite/swi01/init.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/testsuite/swi01/init.c b/testsuite/swi01/init.c
index 5374eeff..d3d19177 100644
--- a/testsuite/swi01/init.c
+++ b/testsuite/swi01/init.c
@@ -39,6 +39,11 @@
#include "swi_test.h"
+const rtems_bsd_device rtems_bsd_nexus_devices[0];
+
+const size_t rtems_bsd_nexus_device_count =
+ RTEMS_ARRAY_SIZE(rtems_bsd_nexus_devices);
+
static void Init(rtems_task_argument arg)
{
rtems_status_code sc;