]> Git Repo - linux.git/blob - drivers/net/dsa/mv88e6xxx/switchdev.h
net: wan: Add framer framework support
[linux.git] / drivers / net / dsa / mv88e6xxx / switchdev.h
1 /* SPDX-License-Identifier: GPL-2.0-or-later
2  *
3  * switchdev.h
4  *
5  *      Authors:
6  *      Hans J. Schultz         <[email protected]>
7  *
8  */
9
10 #ifndef _MV88E6XXX_SWITCHDEV_H_
11 #define _MV88E6XXX_SWITCHDEV_H_
12
13 #include "chip.h"
14
15 int 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_ */
This page took 0.035041 seconds and 4 git commands to generate.