Loading...
Note: File does not exist in v6.13.7.
1// SPDX-License-Identifier: GPL-2.0
2
3#ifndef DRM_KUNIT_HELPERS_H_
4#define DRM_KUNIT_HELPERS_H_
5
6struct drm_device;
7struct kunit;
8
9struct drm_device *drm_kunit_device_init(struct kunit *test, u32 features, char *name);
10
11#endif // DRM_KUNIT_HELPERS_H_