drm/panthor: Don't add write fences to the shared BOs
[drm/drm-misc.git] / lib / kunit / device-impl.h
blob5fcd48ff0f36a37415c67cf2223cdf7ffeaef794
1 /* SPDX-License-Identifier: GPL-2.0 */
2 /*
3 * KUnit internal header for device helpers
5 * Header for KUnit-internal driver / bus management.
7 * Copyright (C) 2023, Google LLC.
8 * Author: David Gow <davidgow@google.com>
9 */
11 #ifndef _KUNIT_DEVICE_IMPL_H
12 #define _KUNIT_DEVICE_IMPL_H
14 // For internal use only -- registers the kunit_bus.
15 int kunit_bus_init(void);
16 // For internal use only -- unregisters the kunit_bus.
17 void kunit_bus_shutdown(void);
19 #endif //_KUNIT_DEVICE_IMPL_H