summaryrefslogtreecommitdiffstats
path: root/src/devices/features/mod.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/features/mod.rs')
-rw-r--r--src/devices/features/mod.rs5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/devices/features/mod.rs b/src/devices/features/mod.rs
new file mode 100644
index 0000000..c24b7b4
--- /dev/null
+++ b/src/devices/features/mod.rs
@@ -0,0 +1,5 @@
+//! Implementation of IC features separated in tiers depending on the hardware
+//! support.
+
+mod tier1;
+mod tier2;