repo.or.cz
/
haiku.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
vfs: check userland buffers before reading them.
[haiku.git]
/
src
/
add-ons
/
accelerants
/
nvidia
/
engine
/
nv_std.h
blob
86de869115b9746173265a05dcc22f3c06c5a92f
1
#include <stdio.h>
2
#include <string.h>
3
#include <sys/ioctl.h>
4
#include <math.h>
5
#include <OS.h>
6
7
/* DDC/EDID library */
8
//#include <create_display_modes.h>
9
#include <ddc.h>
10
//#include <edid.h>
11
12
/* Nvidia driver */
13
#include
"DriverInterface.h"
14
#include
"nv_globals.h"
15
#include
"nv_proto.h"
16
#include
"nv_macros.h"
17
#include
"nv_acc.h"