vfs: check userland buffers before reading them.
[haiku.git] / src / add-ons / kernel / bus_managers / pci / arch / x86 / pci_arch_info.h
blob7e36c7bf4b5d3d13fd190a4000afb97e06c5e6de
1 /*
2 * Copyright 2010, Michael Lotz, mmlr@mlotz.ch. All Rights Reserved.
3 * Distributed under the terms of the MIT License.
4 */
5 #ifndef _PCI_ARCH_INFO_H
6 #define _PCI_ARCH_INFO_H
8 #include "pci_msi.h"
10 typedef struct pci_arch_info {
11 msi_info msi;
12 msix_info msix;
13 ht_mapping_info ht_mapping;
14 } pci_arch_info;
17 void pci_read_arch_info(PCIDev *device);
19 #endif // _PCI_ARCH_INFO_H