summaryrefslogtreecommitdiff
path: root/hid/lib/drivers/driver.h
diff options
context:
space:
mode:
Diffstat (limited to 'hid/lib/drivers/driver.h')
-rw-r--r--hid/lib/drivers/driver.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/hid/lib/drivers/driver.h b/hid/lib/drivers/driver.h
index e720f7ac..046e19e0 100644
--- a/hid/lib/drivers/driver.h
+++ b/hid/lib/drivers/driver.h
@@ -33,6 +33,7 @@ namespace DRIVERS {
USB_MOUSE_ABSOLUTE_WIN98,
USB_KEYBOARD,
PS2_KEYBOARD,
+ NON_VOLATILE_STORAGE,
};
class Driver {