/** 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 <Drivers.h>/* The published PCI bus interface device hooks */extern device_hooks gDeviceHooks;#endif /* DEVICE_H */