pci_min driver

This commit is contained in:
Ciro Santilli
2017-07-09 08:44:01 +01:00
parent 6188bfb86c
commit 1cd55ebf53
6 changed files with 8 additions and 3 deletions

View File

@@ -2,6 +2,8 @@
Only tested in x86.
PCI driver for our minimal pci_min.c QEMU fork device.
probe already does a mmio write, which generates an IRQ and tests everything.
*/
#include <asm/uaccess.h>