linux/include/drm/drm_kunit_helpers.h

14 lines
257 B
C
Raw Normal View History

// SPDX-License-Identifier: GPL-2.0
#ifndef DRM_KUNIT_HELPERS_H_
#define DRM_KUNIT_HELPERS_H_
struct drm_device;
struct kunit;
struct drm_device *
drm_kunit_helper_alloc_drm_device(struct kunit *test,
u32 features);
#endif // DRM_KUNIT_HELPERS_H_