drm/nouveau/core: pull in most of the new core infrastructure
[deliverable/linux.git] / drivers / gpu / drm / nouveau / core / include / core / option.h
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
This page took 0.037163 seconds and 5 git commands to generate.