brintos

brintos / linux-shallow public Read only

0
0
Text · 280 B · 0d8bbee Raw
12 lines · c
1/* SPDX-License-Identifier: BSD-3-Clause */2 3#ifndef __LAN966X_VCAP_AG_API_H__4#define __LAN966X_VCAP_AG_API_H__5 6#include "vcap_api.h"7 8extern const struct vcap_info lan966x_vcaps[];9extern const struct vcap_statistics lan966x_vcap_stats;10 11#endif /* __LAN966X_VCAP_AG_API_H__ */12