Linux Audio

Check our new training course

Loading...
Note: File does not exist in v3.1.
 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 testing
 4 */
 5
 6/* This file is autogenerated by cml-utils 2023-02-10 11:16:00 +0100.
 7 * Commit ID: c30fb4bf0281cd4a7133bdab6682f9e43c872ada
 8 */
 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