repo.or.cz
/
linux
/
fpc-iii.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
WIP FPC-III support
[linux/fpc-iii.git]
/
drivers
/
gpu
/
drm
/
nouveau
/
include
/
nvif
/
disp.h
blob
07ac544f282f8120e946b62f59e15a49f57ab418
1
#ifndef __NVIF_DISP_H__
2
#define __NVIF_DISP_H__
3
#include <nvif/object.h>
4
struct
nvif_device
;
5
6
struct
nvif_disp
{
7
struct
nvif_object object
;
8
};
9
10
int
nvif_disp_ctor
(
struct
nvif_device
*,
const char
*
name
,
s32 oclass
,
11
struct
nvif_disp
*);
12
void
nvif_disp_dtor
(
struct
nvif_disp
*);
13
#endif