2 * SPDX-License-Identifier: MIT
4 * Copyright © 2018 Intel Corporation
7 #ifndef I915_USER_EXTENSIONS_H
8 #define I915_USER_EXTENSIONS_H
10 struct i915_user_extension;
12 typedef int (*i915_user_extension_fn)(struct i915_user_extension __user *ext,
15 int i915_user_extensions(struct i915_user_extension __user *ext,
16 const i915_user_extension_fn *tbl,
20 #endif /* I915_USER_EXTENSIONS_H */