summaryrefslogtreecommitdiff
path: root/tmk_core/protocol/usb_util.h
diff options
context:
space:
mode:
Diffstat (limited to 'tmk_core/protocol/usb_util.h')
-rw-r--r--tmk_core/protocol/usb_util.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/tmk_core/protocol/usb_util.h b/tmk_core/protocol/usb_util.h
index 13db9fbfbd..6f0e406378 100644
--- a/tmk_core/protocol/usb_util.h
+++ b/tmk_core/protocol/usb_util.h
@@ -13,10 +13,13 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
+
#pragma once
#include <stdbool.h>
void usb_disconnect(void);
+
bool usb_connected_state(void);
+
bool usb_vbus_state(void);