X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=internal%2Ftestbinapi%2Fbinapi2001%2Fpci_types%2Fpci_types.ba.go;fp=internal%2Ftestbinapi%2Fbinapi2001%2Fpci_types%2Fpci_types.ba.go;h=c529a67fad201877eec1b1cce006708212084646;hb=58da9ac6e691a8c660eb8ca838a154e11da0db68;hp=0000000000000000000000000000000000000000;hpb=a155cd438c6558da266c1c5931361ea088b35653;p=govpp.git diff --git a/internal/testbinapi/binapi2001/pci_types/pci_types.ba.go b/internal/testbinapi/binapi2001/pci_types/pci_types.ba.go new file mode 100644 index 0000000..c529a67 --- /dev/null +++ b/internal/testbinapi/binapi2001/pci_types/pci_types.ba.go @@ -0,0 +1,30 @@ +// Code generated by GoVPP's binapi-generator. DO NOT EDIT. +// versions: +// binapi-generator: v0.4.0-dev +// VPP: 20.01 +// source: .vppapi/core/pci_types.api.json + +// Package pci_types contains generated bindings for API file pci_types.api. +// +// Contents: +// 1 struct +// +package pci_types + +import ( + api "git.fd.io/govpp.git/api" +) + +// This is a compile-time assertion to ensure that this generated file +// is compatible with the GoVPP api package it is being compiled against. +// A compilation error at this line likely means your copy of the +// GoVPP api package needs to be updated. +const _ = api.GoVppAPIPackageIsVersion2 + +// PciAddress defines type 'pci_address'. +type PciAddress struct { + Domain uint16 `binapi:"u16,name=domain" json:"domain,omitempty"` + Bus uint8 `binapi:"u8,name=bus" json:"bus,omitempty"` + Slot uint8 `binapi:"u8,name=slot" json:"slot,omitempty"` + Function uint8 `binapi:"u8,name=function" json:"function,omitempty"` +}