Linux Kernel
3.7.1
Main Page
Related Pages
Modules
Namespaces
Data Structures
Files
File List
Globals
All
Data Structures
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Macros
Groups
Pages
drivers
gpu
drm
nouveau
core
subdev
vm
nv04.h
Go to the documentation of this file.
1
#ifndef __NV04_VMMGR_PRIV__
2
#define __NV04_VMMGR_PRIV__
3
4
#include <
subdev/vm.h
>
5
6
struct
nv04_vmmgr_priv
{
7
struct
nouveau_vmmgr
base
;
8
struct
nouveau_vm
*
vm
;
9
dma_addr_t
null
;
10
void
*
nullp
;
11
};
12
13
static
inline
struct
nv04_vmmgr_priv
*
14
nv04_vmmgr(
void
*obj)
15
{
16
return
(
void
*)
nouveau_vmmgr
(obj);
17
}
18
19
#endif
Generated on Thu Jan 10 2013 13:32:32 for Linux Kernel by
1.8.2