xref: /haiku/src/add-ons/accelerants/radeon/GlobalData.h (revision f2ced752a08ff5d2618826bcd3ae3976c9f3e92e)
1 /*
2 	Copyright 1999, Be Incorporated.   All Rights Reserved.
3 	This file may be used under the terms of the Be Sample Code License.
4 */
5 
6 #if !defined(GLOBALDATA_H)
7 #define GLOBALDATA_H
8 
9 #ifndef _RADEON_ACCELERANT_H
10 #include "radeon_accelerant.h"
11 #endif
12 
13 
14 // the one and only we support
15 extern accelerator_info *ai;
16 
17 
18 #endif
19