Module Info.PciBus

type t = {
  1. domain : int;
  2. bus : int;
  3. dev : int;
  4. func : int;
}
val pp : t Fmt.t