12 lines
280 B
C
12 lines
280 B
C
|
/* SPDX-License-Identifier: BSD-3-Clause */
|
||
|
|
||
|
#ifndef __LAN966X_VCAP_AG_API_H__
|
||
|
#define __LAN966X_VCAP_AG_API_H__
|
||
|
|
||
|
#include "vcap_api.h"
|
||
|
|
||
|
extern const struct vcap_info lan966x_vcaps[];
|
||
|
extern const struct vcap_statistics lan966x_vcap_stats;
|
||
|
|
||
|
#endif /* __LAN966X_VCAP_AG_API_H__ */
|