summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/machine/pci.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/emu/machine/pci.c')
-rw-r--r--src/emu/machine/pci.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/emu/machine/pci.c b/src/emu/machine/pci.c
index c61d2045d20..0760454be76 100644
--- a/src/emu/machine/pci.c
+++ b/src/emu/machine/pci.c
@@ -1,3 +1,5 @@
+// license:???
+// copyright-holders:???
#include "pci.h"
const device_type PCI_ROOT = &device_creator<pci_root_device>;