summaryrefslogtreecommitdiff
path: root/hid/lib/drivers/driver.h
diff options
context:
space:
mode:
authorMaxim Devaev <[email protected]>2022-07-09 23:00:13 +0300
committerMaxim Devaev <[email protected]>2022-07-09 23:00:13 +0300
commitad6a387941012e5c54b1f6e977e4bc5425f9be5d (patch)
treeb45b8e95fcac482cf29b85da72eac21f215761e0 /hid/lib/drivers/driver.h
parent38fae01cc01a0e984f52c004ade79256d8c90e17 (diff)
refactoring
Diffstat (limited to 'hid/lib/drivers/driver.h')
-rw-r--r--hid/lib/drivers/driver.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/hid/lib/drivers/driver.h b/hid/lib/drivers/driver.h
index ea209c2e..e720f7ac 100644
--- a/hid/lib/drivers/driver.h
+++ b/hid/lib/drivers/driver.h
@@ -19,12 +19,13 @@
# #
*****************************************************************************/
+
#pragma once
#include <stdint.h>
-namespace DRIVERS {
+namespace DRIVERS {
enum type {
DUMMY = 0,
USB_MOUSE_ABSOLUTE,