diff --git a/transport-pci.tex b/transport-pci.tex index a5c6719..95b08b8 100644 --- a/transport-pci.tex +++ b/transport-pci.tex @@ -252,8 +252,8 @@ \subsection{Virtio Structure PCI Capabilities}\label{sec:Virtio Transport Option \begin{lstlisting} struct virtio_pci_cap64 { struct virtio_pci_cap cap; - u32 offset_hi; - u32 length_hi; + le32 offset_hi; + le32 length_hi; }; \end{lstlisting}