vfs: check userland buffers before reading them.
[haiku.git] / headers / os / device / graphic_driver.h
blob098d1e0daca05ed382474aea4528692d6113e51c
1 #if !defined(_GRAPHIC_DRIVER_H_)
2 #define _GRAPHIC_DRIVER_H_
4 #include <Drivers.h>
6 /* The API for driver access is C, not C++ */
8 #ifdef __cplusplus
9 extern "C" {
10 #endif
12 enum {
13 B_GET_ACCELERANT_SIGNATURE = B_GRAPHIC_DRIVER_BASE
16 #ifdef __cplusplus
18 #endif
20 #endif