vfs: check userland buffers before reading them.
[haiku.git] / src / add-ons / kernel / bus_managers / pci / arch / x86 / pci_acpi.h
blob8be385616d8ca95010583481e4b216bb17ca5040
1 /*
2 * Copyright 2005, Axel Dörfler, axeld@pinc-software.de. All rights reserved.
3 * Distributed under the terms of the MIT License.
4 */
5 #ifndef PCI_ACPI_H
6 #define PCI_ACPI_H
8 #include <SupportDefs.h>
10 #ifdef __cplusplus
11 extern "C" {
12 #endif
14 struct scan_spots_struct {
15 uint32 start;
16 uint32 stop;
17 uint32 length;
20 void *acpi_find_table(const char *signature);
21 void acpi_init(void);
23 #ifdef __cplusplus
25 #endif
27 #endif /* PCI_ACPI_H */