diff options
author | Kevin O'Connor <kevin@koconnor.net> | 2008-06-11 22:39:46 -0400 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2008-06-11 22:39:46 -0400 |
commit | 061d13740b3eabfbbf505e8798241f96ea76c8b1 (patch) | |
tree | 6f4226ff52f73190206f2e5e3600367292ed5bdf /src/pci.c | |
parent | aa0c66daac01e73f8f7e59c04f2feb2777a61f16 (diff) | |
download | seabios-hppa-061d13740b3eabfbbf505e8798241f96ea76c8b1.zip seabios-hppa-061d13740b3eabfbbf505e8798241f96ea76c8b1.tar.gz seabios-hppa-061d13740b3eabfbbf505e8798241f96ea76c8b1.tar.bz2 |
Move PIR table definitions to pcibios.h.
Also add a copyright to pci.c.
Diffstat (limited to 'src/pci.c')
-rw-r--r-- | src/pci.c | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,3 +1,10 @@ +// PCI config space access functions. +// +// Copyright (C) 2008 Kevin O'Connor <kevin@koconnor.net> +// Copyright (C) 2002 MandrakeSoft S.A. +// +// This file may be distributed under the terms of the GNU GPLv3 license. + #include "pci.h" // PCIDevice #include "ioport.h" // outl |