aboutsummaryrefslogtreecommitdiffstats
path: root/tmk_core/protocol/host.h
diff options
context:
space:
mode:
Diffstat (limited to 'tmk_core/protocol/host.h')
-rw-r--r--tmk_core/protocol/host.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/tmk_core/protocol/host.h b/tmk_core/protocol/host.h
index a0b1e73dcc..7ff6d0df08 100644
--- a/tmk_core/protocol/host.h
+++ b/tmk_core/protocol/host.h
@@ -27,6 +27,9 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
extern "C" {
#endif
+void host_init(void);
+void host_task(void);
+
/* host driver */
void host_set_driver(host_driver_t *driver);
host_driver_t *host_get_driver(void);