summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2013-11-13 13:51:43 +0100
committerSebastian Huber <sebastian.huber@embedded-brains.de>2013-11-13 14:10:35 +0100
commitbb39e9214073963746534356125fe9e85c766641 (patch)
tree62a38c64109732cb78e87b56bd64e81833d1a57a
parentnexus: Add table based Nexus device initialization (diff)
downloadrtems-libbsd-bb39e9214073963746534356125fe9e85c766641.tar.bz2
swi01: Avoid Nexus devices
-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;