Merge tag 'percpu-for-6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/dennis...
[linux-2.6-block.git] / lib / kunit / device-impl.h
CommitLineData
d03c720e 1/* SPDX-License-Identifier: GPL-2.0 */
2/*
3 * KUnit internal header for device helpers
4 *
5 * Header for KUnit-internal driver / bus management.
6 *
7 * Copyright (C) 2023, Google LLC.
8 * Author: David Gow <davidgow@google.com>
9 */
10
11#ifndef _KUNIT_DEVICE_IMPL_H
12#define _KUNIT_DEVICE_IMPL_H
13
14// For internal use only -- registers the kunit_bus.
15int kunit_bus_init(void);
16
17#endif //_KUNIT_DEVICE_IMPL_H