summaryrefslogtreecommitdiffhomepage
path: root/dev
diff options
context:
space:
mode:
Diffstat (limited to 'dev')
-rw-r--r--dev/ZKAKit/KernelKit/DeviceMgr.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/dev/ZKAKit/KernelKit/DeviceMgr.h b/dev/ZKAKit/KernelKit/DeviceMgr.h
index 7bee9119..8365e2f2 100644
--- a/dev/ZKAKit/KernelKit/DeviceMgr.h
+++ b/dev/ZKAKit/KernelKit/DeviceMgr.h
@@ -33,6 +33,10 @@ namespace Kernel
template <typename T>
class DeviceInterface;
+ /***********************************************************************************/
+ /// @brief Device interface class.
+ /// @note This is a class which represents an hardware device.
+ /***********************************************************************************/
template <typename T>
class DeviceInterface
{