Merge remote-tracking branch 'origin/master' into isa/arm64
[lunaix-os.git] / lunaix-os / includes / listings / device_potens.lst
diff --git a/lunaix-os/includes/listings/device_potens.lst b/lunaix-os/includes/listings/device_potens.lst
new file mode 100644 (file)
index 0000000..9534b9a
--- /dev/null
@@ -0,0 +1,20 @@
+/**
+ * @brief Communication port capability that a device is supported natively, 
+ *          or able to emulate low level serial transmission behaviour specify 
+ *          by POSIX1-2008, section 11.
+ * 
+ */
+potens(TERMPORT),
+
+/**
+ * @brief Hardware timer capability that allow such device to be integrated
+          and utilised by timer subsystem
+ * 
+ */
+potens(HWTIMER),
+
+/**
+ * @brief RTC capability.
+ * 
+ */
+potens(HWRTC),
\ No newline at end of file