diff options
Diffstat (limited to 'include/device.h')
-rw-r--r-- | include/device.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/device.h b/include/device.h index b2d83b5..dfc7149 100644 --- a/include/device.h +++ b/include/device.h @@ -8,7 +8,9 @@ // TODO !! SEMAPHORE +namespace nitrokey { namespace device { + enum class CommError { ERR_NO_ERROR = 0, @@ -61,5 +63,7 @@ class Stick20 : public Device { public: Stick20(); }; + +} } #endif |