OSDN Git Service

drm/nouveau/pci: merge agp handling from nouveau drm
[uclinux-h8/linux.git] / drivers / gpu / drm / nouveau / include / nvkm / core / option.h
index 532bfa8..80fdc14 100644 (file)
@@ -4,6 +4,7 @@
 
 const char *nvkm_stropt(const char *optstr, const char *opt, int *len);
 bool nvkm_boolopt(const char *optstr, const char *opt, bool value);
+long nvkm_longopt(const char *optstr, const char *opt, long value);
 int  nvkm_dbgopt(const char *optstr, const char *sub);
 
 /* compares unterminated string 'str' with zero-terminated string 'cmp' */