vfs: check userland buffers before reading them.
[haiku.git] / src / add-ons / accelerants / nvidia / acc_std.h
blobc72240683d86451e9f535e5f534c4b53eb4449d6
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 */
6 #if !defined(GLOBALDATA_H)
7 #define GLOBALDATA_H
9 #include <stdio.h>
10 #include <string.h>
11 #include <sys/ioctl.h>
13 /* DDC/EDID library */
14 //#include <create_display_modes.h>
15 #include <ddc.h>
16 //#include <edid.h>
18 /* Nvidia driver */
19 #include "DriverInterface.h"
20 #include "nv_globals.h"
21 #include "nv_proto.h"
22 #include "be_driver_proto.h"
24 #endif