Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[virtio] Move virtio-pci.h and virtio-ring.h to include/gpxe
Signed-off-by: Laurent Vivier <Laurent.Vivier@bull.net>
  • Loading branch information
Laurent Vivier authored and Michael Brown committed Nov 19, 2008
1 parent 0ebbbb9 commit 5dd5107
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/drivers/net/virtio-net.c
Expand Up @@ -21,8 +21,8 @@

#include "etherboot.h"
#include "nic.h"
#include "virtio-ring.h"
#include "virtio-pci.h"
#include "gpxe/virtio-ring.h"
#include "gpxe/virtio-pci.h"
#include "virtio-net.h"

#define BUG() do { \
Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit 5dd5107

Please sign in to comment.