xref: /haiku/src/add-ons/accelerants/radeon/GlobalData.h (revision 2a37e4c1cf59b445e309a3880ceed82d25a0d107)
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