brintos

brintos / linux-shallow public Read only

0
0
Text · 394 B · 62214f9 Raw
20 lines · c
1/* SPDX-License-Identifier: GPL-2.0-or-later2 *3 * switchdev.h4 *5 *	Authors:6 *	Hans J. Schultz		<netdev@kapio-technology.com>7 *8 */9 10#ifndef _MV88E6XXX_SWITCHDEV_H_11#define _MV88E6XXX_SWITCHDEV_H_12 13#include "chip.h"14 15int mv88e6xxx_handle_miss_violation(struct mv88e6xxx_chip *chip, int port,16				    struct mv88e6xxx_atu_entry *entry,17				    u16 fid);18 19#endif /* _MV88E6XXX_SWITCHDEV_H_ */20