diff options
Diffstat (limited to 'hid/lib/drivers/driver.h')
-rw-r--r-- | hid/lib/drivers/driver.h | 3 |
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, |