You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
324 B
13 lines
324 B
/* 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>
|
|
|
|
|