xref: /haiku/src/add-ons/accelerants/nvidia/engine/nv_std.h (revision b671e9bbdbd10268a042b4f4cc4317ccd03d105e)
1 #include <stdio.h>
2 #include <sys/ioctl.h>
3 #include <math.h>
4 #include <OS.h>
5 
6 /* DDC/EDID library */
7 //#include <create_display_modes.h>
8 #include <ddc.h>
9 //#include <edid.h>
10 
11 /* Nvidia driver */
12 #include "DriverInterface.h"
13 #include "nv_globals.h"
14 #include "nv_proto.h"
15 #include "nv_macros.h"
16 #include "nv_acc.h"
17