mirror of
https://github.com/raspberrypi/linux.git
synced 2025-12-14 13:59:51 +00:00
This provides the lan966x is2 model and adds it to the vcap control instance that will be provided to the vcap API. Signed-off-by: Horatiu Vultur <horatiu.vultur@microchip.com> Signed-off-by: Paolo Abeni <pabeni@redhat.com>
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__ */
|