linux-rust: add skeleton for other devices

This commit is contained in:
Kavish Devar
2025-11-10 13:32:47 +05:30
parent 934df2419a
commit a2cda688d4
20 changed files with 1449 additions and 338 deletions
+3
View File
@@ -0,0 +1,3 @@
pub mod airpods;
pub mod enums;
pub(crate) mod nothing;