BPicture: Fix archive constructor.
[haiku.git] / src / add-ons / kernel / drivers / graphics / radeon_hd / device.h
blob97156d277181061e761b7aebc94ad05ebbb5c070
1 /*
2 * Copyright 2006, Haiku, Inc. All Rights Reserved.
3 * Distributed under the terms of the MIT License.
5 * Authors:
6 * Axel Dörfler, axeld@pinc-software.de
7 */
8 #ifndef DEVICE_H
9 #define DEVICE_H
12 #include <Drivers.h>
15 /* The published PCI bus interface device hooks */
16 extern device_hooks gDeviceHooks;
19 #endif /* DEVICE_H */