Add sysfs implementation

This commit is contained in:
Fabing Li
2025-04-24 10:04:37 +00:00
committed by Tate, Hongliang Tian
parent 3a5f270ee9
commit 79b0866259
19 changed files with 1639 additions and 1 deletions

View File

@ -22,6 +22,7 @@ ostd = { path = "../../../ostd" }
component = { path = "../../libs/comp-sys/component" }
log = "0.4"
int-to-c-enum = { path = "../../libs/int-to-c-enum" }
systree = { path = "../systree" }
[lints]
workspace = true