xref: /linux/drivers/net/ethernet/microchip/vcap/vcap_model_kunit.h (revision d74f87f37672e71457bfcc14eca5eeb1d61b6438)
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__
8 extern const struct vcap_info kunit_test_vcaps[];
9 extern const struct vcap_statistics kunit_test_vcap_stats;
10 #endif /* __VCAP_MODEL_KUNIT_H__ */
11