summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/renesas/rswitch_l2.h
blob: 57050ede8f31848cde5a497811a6ee1b60dedc65 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
/* SPDX-License-Identifier: GPL-2.0 */
/* Renesas Ethernet Switch device driver
 *
 * Copyright (C) 2025 Renesas Electronics Corporation
 */

#ifndef __RSWITCH_L2_H__
#define __RSWITCH_L2_H__

void rswitch_update_l2_offload(struct rswitch_private *priv);

int rswitch_register_notifiers(void);
void rswitch_unregister_notifiers(void);

#endif	/* #ifndef __RSWITCH_L2_H__ */