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

mod tier1;
mod tier2;