diff options
author | rusty <rusty@0c8fb4dd-22a2-4bb5-bc14-6c75a5f43652> | 2014-02-27 00:28:15 +0000 |
---|---|---|
committer | rusty <rusty@0c8fb4dd-22a2-4bb5-bc14-6c75a5f43652> | 2014-02-27 00:28:15 +0000 |
commit | 46b77c20ceca7df92f4d889348dbe13d0904539a (patch) | |
tree | 852620e06716fec536b2cc8b7352263e7f2f071f | |
parent | 5223bff5c7f8b7cbbe2908202ef618dd09633636 (diff) |
Fixed path of linux version of virtio_ring.h
Signed-off-by: Holm Rauchfuss <holm.rauchfuss@huawei.com>
Signed-off-by: Rusty Russell <rusty@au1.ibm.com>
git-svn-id: https://tools.oasis-open.org/version-control/svn/virtio@286 0c8fb4dd-22a2-4bb5-bc14-6c75a5f43652
-rw-r--r-- | content.tex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/content.tex b/content.tex index d03a33f..ef81a4e 100644 --- a/content.tex +++ b/content.tex @@ -586,7 +586,7 @@ The device MUST handle spurious notifications from the driver. The Linux Kernel Source code contains the definitions above and helper routines in a more usable form, in -include/linux/virtio_ring.h. This was explicitly licensed by IBM +include/uapi/linux/virtio_ring.h. This was explicitly licensed by IBM and Red Hat under the (3-clause) BSD license so that it can be freely used by all other projects, and is reproduced (with slight variation to remove Linux assumptions) in \ref{sec:virtio-ring.h}~\nameref{sec:virtio-ring.h}. |