summaryrefslogtreecommitdiff
path: root/protocol/mbed/mbed_driver.h
diff options
context:
space:
mode:
authortmk2014-06-18 02:22:59 +0900
committertmk2014-07-30 14:07:43 +0900
commit80c3ff5fa03429f1e4ea15032f665ceb88c9b8c3 (patch)
tree803fe5b419419607146b6ba1db69d24486b1494e /protocol/mbed/mbed_driver.h
parente81c70149ecf73256f8bb7d77cefc07f2b91d2be (diff)
Fix build files for mbed
Diffstat (limited to 'protocol/mbed/mbed_driver.h')
-rw-r--r--protocol/mbed/mbed_driver.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/protocol/mbed/mbed_driver.h b/protocol/mbed/mbed_driver.h
new file mode 100644
index 000000000..dd1153b43
--- /dev/null
+++ b/protocol/mbed/mbed_driver.h
@@ -0,0 +1,3 @@
+#include "host_driver.h"
+
+extern host_driver_t mbed_driver;