Add license headers as pointed out by Jérôme.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@36240 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Michael Lotz
2010-04-13 21:55:52 +00:00
parent e7e7e5b363
commit ee6e756ef1
6 changed files with 27 additions and 0 deletions
+4
View File
@@ -1,3 +1,7 @@
/*
* Copyright 2010, Haiku Inc. All Rights Reserved.
* Distributed under the terms of the MIT License.
*/
#ifndef PCI_X86_H
#define PCI_X86_H
@@ -1,3 +1,8 @@
/*
* Copyright 2010, Michael Lotz, [email protected]. All Rights Reserved.
* Distributed under the terms of the MIT License.
*/
#include "pci_arch_info.h"
void
@@ -1,3 +1,7 @@
/*
* Copyright 2010, Michael Lotz, [email protected]. All Rights Reserved.
* Distributed under the terms of the MIT License.
*/
#ifndef _PCI_ARCH_INFO_H
#define _PCI_ARCH_INFO_H
@@ -1,3 +1,8 @@
/*
* Copyright 2010, Michael Lotz, [email protected]. All Rights Reserved.
* Distributed under the terms of the MIT License.
*/
#include <PCI_x86.h>
#include "pci_msi.h"
@@ -1,3 +1,8 @@
/*
* Copyright 2010, Michael Lotz, [email protected]. All Rights Reserved.
* Distributed under the terms of the MIT License.
*/
#include "pci_msi.h"
#include "pci_arch_info.h"
#include "pci.h"
@@ -1,3 +1,7 @@
/*
* Copyright 2010, Michael Lotz, [email protected]. All Rights Reserved.
* Distributed under the terms of the MIT License.
*/
#ifndef _PCI_x86_MSI_H
#define _PCI_x86_MSI_H