vfs: check userland buffers before reading them.
[haiku.git] / src / add-ons / kernel / bus_managers / pci / arch / x86 / pci_arch_info.cpp
blob38f18df191f73fd80f858faf4487f29f74b6337f
1 /*
2 * Copyright 2010, Michael Lotz, mmlr@mlotz.ch. All Rights Reserved.
3 * Distributed under the terms of the MIT License.
4 */
6 #include "pci_arch_info.h"
8 void
9 pci_read_arch_info(PCIDev *dev)
11 pci_read_msi_info(dev);
12 pci_read_msix_info(dev);
13 pci_read_ht_mapping_info(dev);