xref: /linux/drivers/net/ethernet/microchip/sparx5/sparx5_vcap_ag_api.h (revision 7f71507851fc7764b36a3221839607d3a45c2025)
1 /* SPDX-License-Identifier: BSD-3-Clause */
2 /* Copyright (C) 2022 Microchip Technology Inc. and its subsidiaries.
3  * Microchip VCAP API
4  */
5 
6 /* This file is autogenerated by cml-utils 2022-10-13 10:04:41 +0200.
7  * Commit ID: fd7cafd175899f0672c73afb3a30fc872500ae86
8  */
9 
10 #ifndef __SPARX5_VCAP_AG_API_H__
11 #define __SPARX5_VCAP_AG_API_H__
12 
13 #include "vcap_api.h"
14 
15 /* VCAPs */
16 extern const struct vcap_info sparx5_vcaps[];
17 extern const struct vcap_statistics sparx5_vcap_stats;
18 
19 #endif /* __SPARX5_VCAP_AG_API_H__ */
20 
21