summaryrefslogtreecommitdiff
path: root/net/dsa/switch.h
blob: b831b6fb45e910d8666ef44ee8d99fc8599ddc76 (plain)
1
2
3
4
5
6
7
8
9
10
11
/* SPDX-License-Identifier: GPL-2.0-or-later */

#ifndef __DSA_SWITCH_H
#define __DSA_SWITCH_H

struct dsa_switch;

int dsa_switch_register_notifier(struct dsa_switch *ds);
void dsa_switch_unregister_notifier(struct dsa_switch *ds);

#endif