brintos

brintos / linux-shallow public Read only

0
0
Text · 528 B · 55762f2 Raw
19 lines · c
1/* SPDX-License-Identifier: BSD-3-Clause */2/* Copyright (C) 2023 Microchip Technology Inc. and its subsidiaries.3 * Microchip VCAP test model interface for kunit testing4 */5 6/* This file is autogenerated by cml-utils 2023-02-10 11:16:00 +0100.7 * Commit ID: c30fb4bf0281cd4a7133bdab6682f9e43c872ada8 */9 10#ifndef __VCAP_MODEL_KUNIT_H__11#define __VCAP_MODEL_KUNIT_H__12 13/* VCAPs */14extern const struct vcap_info kunit_test_vcaps[];15extern const struct vcap_statistics kunit_test_vcap_stats;16 17#endif /* __VCAP_MODEL_KUNIT_H__ */18 19