Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

at v6.2-rc2 10 lines 383 B view raw
1/* SPDX-License-Identifier: BSD-3-Clause */ 2/* Copyright (C) 2022 Microchip Technology Inc. and its subsidiaries. 3 * Microchip VCAP test model interface for kunit testing 4 */ 5 6#ifndef __VCAP_MODEL_KUNIT_H__ 7#define __VCAP_MODEL_KUNIT_H__ 8extern const struct vcap_info kunit_test_vcaps[]; 9extern const struct vcap_statistics kunit_test_vcap_stats; 10#endif /* __VCAP_MODEL_KUNIT_H__ */