vfs: check userland buffers before reading them.
[haiku.git] / src / add-ons / accelerants / radeon / GlobalData.c
blob68edb82cb81b8288383cd507acf8a777a29c9921
1 /*
2 Copyright (c) 2002, Thomas Kurschel
5 Part of Radeon accelerant
7 Global data
8 */
11 #include "GlobalData.h"
13 // the sample driver stores everything in global variables;
14 // I dislike this idea as this makes supporting multiple graphics
15 // card impossible; to be prepared, only the following variable is used
16 accelerator_info *ai;
18 int debug_level_flow = 2;
19 int debug_level_info = 4;
20 int debug_level_error = 4;