X-Git-Url: https://git.libre-soc.org/?a=blobdiff_plain;f=src%2Futil%2Fxmlconfig.h;h=cc8c6ef098f4dfeadb219a4f6afc4cdac7e54304;hb=752367b76640fe4fbd6dbb98c1d9bff53c0db993;hp=77aa14c20e0ffb79ebc71157796a7b416e4fe279;hpb=601093f95ddf6b49a79baa91dc51d4f163dfc8de;p=mesa.git diff --git a/src/util/xmlconfig.h b/src/util/xmlconfig.h index 77aa14c20e0..cc8c6ef098f 100644 --- a/src/util/xmlconfig.h +++ b/src/util/xmlconfig.h @@ -32,6 +32,7 @@ #include "util/mesa-sha1.h" #include "util/ralloc.h" +#include #define STRING_CONF_MAXLEN 25 @@ -101,10 +102,11 @@ void driParseOptionInfo (driOptionCache *info, const char *configOptions); /** \brief Initialize option cache from info and parse configuration files * - * To be called in CreateContext. screenNum and driverName select - * device sections. */ + * To be called in CreateContext. screenNum, driverName and + * kernelDriverName select device sections. */ void driParseConfigFiles (driOptionCache *cache, const driOptionCache *info, - int screenNum, const char *driverName); + int screenNum, const char *driverName, + const char *kernelDriverName); /** \brief Destroy option info * * To be called in DestroyScreen */