summaryrefslogtreecommitdiff
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, 0 insertions, 3 deletions
diff --git a/tmk_core/protocol/host.h b/tmk_core/protocol/host.h
index 959753ae02..d824fca077 100644
--- a/tmk_core/protocol/host.h
+++ b/tmk_core/protocol/host.h
@@ -27,9 +27,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
27extern "C" { 27extern "C" {
28#endif 28#endif
29 29
30extern uint8_t keyboard_idle;
31extern uint8_t keyboard_protocol;
32
33/* host driver */ 30/* host driver */
34void host_set_driver(host_driver_t *driver); 31void host_set_driver(host_driver_t *driver);
35host_driver_t *host_get_driver(void); 32host_driver_t *host_get_driver(void);