blob: 9f06b8a330a667ffe77ed1a4bb92d19279951b8c [file]
edition = "2023";
package milotic_tlbmc;
option java_outer_classname = "UsbFruConfig";
message UsbFruComponent {
string barepath = 1;
string plugin_id = 2;
string sysfs_path = 3;
}
message UsbFruComponentConfigs {
string soc_path = 1;
repeated UsbFruComponent usb_fru_components = 2;
}