xref: /haiku/src/add-ons/kernel/drivers/graphics/radeon_hd/device.h (revision 508f54795f39c3e7552d87c95aae9dd8ec6f505b)
1 /*
2  * Copyright 2006, Haiku, Inc. All Rights Reserved.
3  * Distributed under the terms of the MIT License.
4  *
5  * Authors:
6  *		Axel Dörfler, axeld@pinc-software.de
7  */
8 #ifndef DEVICE_H
9 #define DEVICE_H
10 
11 
12 #include <Drivers.h>
13 
14 
15 /* The published PCI bus interface device hooks */
16 extern device_hooks gDeviceHooks;
17 
18 #endif	/* DEVICE_H */
19