···29293030#include "drm.h"31313232+#if defined(__cplusplus)3333+extern "C" {3434+#endif3535+3236/* Please note that modifications to all structs defined here are3337 * subject to backwards-compatibility constraints.3438 */···11731169#define I915_CONTEXT_PARAM_GTT_SIZE 0x311741170 __u64 value;11751171};11721172+11731173+#if defined(__cplusplus)11741174+}11751175+#endif1176117611771177#endif /* _UAPI_I915_DRM_H_ */