mirror of
https://github.com/fbelavenuto/arpl.git
synced 2026-01-14 08:02:06 +08:00
first commit
This commit is contained in:
12
addons/virtio/src/4.4.180/config.c
Normal file
12
addons/virtio/src/4.4.180/config.c
Normal file
@@ -0,0 +1,12 @@
|
||||
/* 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>
|
||||
|
||||
Reference in New Issue
Block a user