rswitch_l2.h 374 B

123456789101112131415
  1. /* SPDX-License-Identifier: GPL-2.0 */
  2. /* Renesas Ethernet Switch device driver
  3. *
  4. * Copyright (C) 2025 Renesas Electronics Corporation
  5. */
  6. #ifndef __RSWITCH_L2_H__
  7. #define __RSWITCH_L2_H__
  8. void rswitch_update_l2_offload(struct rswitch_private *priv);
  9. int rswitch_register_notifiers(void);
  10. void rswitch_unregister_notifiers(void);
  11. #endif /* #ifndef __RSWITCH_L2_H__ */