/* * Copyright 2006, Haiku, Inc. All Rights Reserved. * Distributed under the terms of the MIT License. * * Authors: * Axel Dörfler, axeld@pinc-software.de */ #ifndef DEVICE_H #define DEVICE_H #include /* The published PCI bus interface device hooks */ extern device_hooks gDeviceHooks; #endif /* DEVICE_H */