Linux Kernel
3.7.1
Main Page
Related Pages
Modules
Namespaces
Data Structures
Files
File List
Globals
All
Data Structures
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Macros
Groups
Pages
drivers
virtio
config.c
Go to the documentation of this file.
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
Generated on Thu Jan 10 2013 13:07:40 for Linux Kernel by
1.8.2