Add firmware struct to tool

This commit is contained in:
Jeremy Soller
2020-02-24 10:23:36 -07:00
parent 83c224c229
commit d511a57bff
2 changed files with 51 additions and 0 deletions

View File

@@ -6,6 +6,9 @@ mod ec;
pub use self::error::Error;
mod error;
pub use self::firmware::Firmware;
mod firmware;
pub use self::pmc::Pmc;
mod pmc;