summaryrefslogtreecommitdiff
path: root/nvkm/include/core/option.h
diff options
context:
space:
mode:
Diffstat (limited to 'nvkm/include/core/option.h')
-rw-r--r--nvkm/include/core/option.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/nvkm/include/core/option.h b/nvkm/include/core/option.h
new file mode 100644
index 000000000..27074957f
--- /dev/null
+++ b/nvkm/include/core/option.h
@@ -0,0 +1,11 @@
+#ifndef __NOUVEAU_OPTION_H__
+#define __NOUVEAU_OPTION_H__
+
+#include <core/os.h>
+
+const char *nouveau_stropt(const char *optstr, const char *opt, int *len);
+bool nouveau_boolopt(const char *optstr, const char *opt, bool value);
+
+int nouveau_dbgopt(const char *optstr, const char *sub);
+
+#endif