blob: 27074957fd216bd25dbcfe6c8afe3670cff5c9c2 [file] [log] [blame]
#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