Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
option.h
Go to the documentation of this file.
1 #ifndef __NOUVEAU_OPTION_H__
2 #define __NOUVEAU_OPTION_H__
3 
4 #include <core/os.h>
5 
6 const char *nouveau_stropt(const char *optstr, const char *opt, int *len);
7 bool nouveau_boolopt(const char *optstr, const char *opt, bool value);
8 
9 int nouveau_dbgopt(const char *optstr, const char *sub);
10 
11 #endif