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 /* VCAPs */ 14 extern const struct vcap_info sparx5_vcaps[]; 15 extern const struct vcap_statistics sparx5_vcap_stats; 16 17 #endif /* __SPARX5_VCAP_AG_API_H__ */ 18 19