]> Git Repo - linux.git/blob - drivers/net/ethernet/sunplus/spl2sw_int.h
Linux 6.14-rc3
[linux.git] / drivers / net / ethernet / sunplus / spl2sw_int.h
1 /* SPDX-License-Identifier: GPL-2.0 */
2 /* Copyright Sunplus Technology Co., Ltd.
3  *       All rights reserved.
4  */
5
6 #ifndef __SPL2SW_INT_H__
7 #define __SPL2SW_INT_H__
8
9 int spl2sw_rx_poll(struct napi_struct *napi, int budget);
10 int spl2sw_tx_poll(struct napi_struct *napi, int budget);
11 irqreturn_t spl2sw_ethernet_interrupt(int irq, void *dev_id);
12
13 #endif
This page took 0.029919 seconds and 4 git commands to generate.