> -----Original Message----- > From: Chenbo Xia <[email protected]> > Sent: Thursday, June 8, 2023 10:43 AM > To: [email protected] > Cc: [email protected]; NBU-Contact-Thomas Monjalon > (EXTERNAL) <[email protected]>; Ali Alnubani <[email protected]>; > [email protected]; [email protected]; [email protected]; Yahui Cao > <[email protected]>; Sunil Kumar Kori <[email protected]> > Subject: [PATCH] bus/pci: fix missing MMIO APIs in Windows > > MMIO read and write APIs were defined in PCI bus. But the corresponding > implementations are not done in windows. This patch fixes this. > > Bugzilla ID: 1245 > Fixes: 095cf6e68b28 ("bus/pci: introduce MMIO read/write") > Cc: [email protected] > > Signed-off-by: Chenbo Xia <[email protected]> > ---
Resolves the build failure for me, thanks Chenbo. Tested-by: Ali Alnubani <[email protected]>

