diff options
-rw-r--r-- | content.tex | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/content.tex b/content.tex index 17d1bd7..146a767 100644 --- a/content.tex +++ b/content.tex @@ -1918,9 +1918,9 @@ following communication structure: \begin{lstlisting} struct virtio_rev_info { - __u16 revision; - __u16 length; - __u8 data[]; + be16 revision; + be16 length; + u8 data[]; }; \end{lstlisting} |