summaryrefslogtreecommitdiffstats
path: root/c/src/libchip/serial/serprobe.c
diff options
context:
space:
mode:
Diffstat (limited to 'c/src/libchip/serial/serprobe.c')
-rw-r--r--c/src/libchip/serial/serprobe.c20
1 files changed, 20 insertions, 0 deletions
diff --git a/c/src/libchip/serial/serprobe.c b/c/src/libchip/serial/serprobe.c
new file mode 100644
index 0000000000..b76bbebe3c
--- /dev/null
+++ b/c/src/libchip/serial/serprobe.c
@@ -0,0 +1,20 @@
+/*
+ * $Id$
+ */
+
+#include <rtems.h>
+#include <libchip/serial.h>
+#include "sersupp.h"
+
+boolean libchip_serial_default_probe(int minor)
+{
+ /*
+ * If the configuration dependent probe has located the device then
+ * assume it is there
+ */
+
+ return TRUE;
+}
+
+
+