1/// A module for working with CPU firmware. 2pub mod cpu; 3/// A module for working with FPGA firmware. 4pub mod fpga; 5/// A module for working with firmware operation. 6pub mod operation; 7/// Firmware version 8pub mod version;