Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
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 
8  struct nouveau_vm *vm;
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