summaryrefslogtreecommitdiffstats
path: root/bus/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'bus/main.c')
-rw-r--r--bus/main.c8
1 files changed, 8 insertions, 0 deletions
diff --git a/bus/main.c b/bus/main.c
new file mode 100644
index 00000000..1025a0e7
--- /dev/null
+++ b/bus/main.c
@@ -0,0 +1,8 @@
+
+int
+main (int argc, char **argv)
+{
+
+
+ return 0;
+}