|
|
| File: [Development] / linux-2.6-xfs / drivers / virtio / config.c (download)
Revision 1.1, Mon Dec 3 16:26:37 2007 UTC (9 years, 10 months ago) by lachlan.longdrop.melbourne.sgi.com
Merge up to 2.6.24-rc3 Merge of 2.6.x-xfs-melb:linux:30183b by kenmcd. |
/* Configuration space parsing helpers for virtio. * * The configuration is [type][len][... len bytes ...] fields. * * Copyright 2007 Rusty Russell, IBM Corporation. * GPL v2 or later. */ #include <linux/err.h> #include <linux/virtio.h> #include <linux/virtio_config.h> #include <linux/bug.h> #include <asm/system.h>