summaryrefslogtreecommitdiffstats
path: root/src/devices/features/mod.rs
blob: e64f25a083453fecc02836bf6dc06f9e845311d3 (plain)
1
2
3
4
//! Implementation of IC features separated in tiers depending on the hardware support.

mod tier1;
mod tier2;