Merge commit 'c104f1fa1ecf4ee0fc06e31b1f77630b2551be81' into stable/for-linus-3.4
[deliverable/linux.git] / drivers / virtio / config.c
1 /* Configuration space parsing helpers for virtio.
2 *
3 * The configuration is [type][len][... len bytes ...] fields.
4 *
5 * Copyright 2007 Rusty Russell, IBM Corporation.
6 * GPL v2 or later.
7 */
8 #include <linux/err.h>
9 #include <linux/virtio.h>
10 #include <linux/virtio_config.h>
11 #include <linux/bug.h>
12
This page took 0.040708 seconds and 6 git commands to generate.