diff options
Diffstat (limited to 'sys/amd64/include/pci_cfgreg.h')
-rw-r--r-- | sys/amd64/include/pci_cfgreg.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/sys/amd64/include/pci_cfgreg.h b/sys/amd64/include/pci_cfgreg.h new file mode 100644 index 000000000000..651c71045353 --- /dev/null +++ b/sys/amd64/include/pci_cfgreg.h @@ -0,0 +1,5 @@ +/*- + * This file is in the public domain. + */ + +#include <x86/pci_cfgreg.h> |