Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
handle.h
Go to the documentation of this file.
1 #ifndef __NOUVEAU_HANDLE_H__
2 #define __NOUVEAU_HANDLE_H__
3 
4 struct nouveau_handle {
6  struct list_head node;
7 
8  struct list_head head;
9  struct list_head tree;
12 
15 };
16 
18  struct nouveau_object *, struct nouveau_handle **);
21 int nouveau_handle_fini(struct nouveau_handle *, bool suspend);
22 
23 struct nouveau_object *
25 
29 void nouveau_handle_put(struct nouveau_handle *);
30 
31 #endif