summaryrefslogtreecommitdiff
path: root/hid/lib/drivers/driver.h
diff options
context:
space:
mode:
authortomaszduda23 <[email protected]>2022-07-11 11:59:56 +0900
committerGitHub <[email protected]>2022-07-11 05:59:56 +0300
commitdc1bc121c89600e2d5a18458283aa5960aa39e24 (patch)
tree9c212046147cdea8a65973b3b0fd1405cbdeb5c4 /hid/lib/drivers/driver.h
parent89aff795fd7905aaf192428bb99814c13b98d5c2 (diff)
add interface for storage (#99)
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 {