pci: move doc to readme

This commit is contained in:
Ciro Santilli
2018-05-22 09:32:51 +01:00
parent 92c7bb6959
commit 1c129ea013
5 changed files with 213 additions and 158 deletions

View File

@@ -1,11 +1,3 @@
/*
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 <linux/cdev.h>
#include <linux/fs.h>
#include <linux/init.h>