Sign in
gbmc
/
gbmcweb
/
5f299f4f41d09dd02b6696fdcf851a112bd4ff4b
/
.
/
tlbmc
/
hal_common_config.proto
blob: 6e24f6fcced03898d61b94e73683668e98786052 [
file
] [
log
] [
blame
]
edition
=
"2023"
;
package
milotic_tlbmc
;
message
HalCommonConfig
{
// The logical bus number.
uint64
bus
=
1
;
// The device address.
uint64
address
=
2
;
}