Back to home page

OSCL-LXR

 
 

    


0001 /* SPDX-License-Identifier: GPL-2.0 */
0002 /* Copyright Sunplus Technology Co., Ltd.
0003  *       All rights reserved.
0004  */
0005 
0006 #ifndef __SPL2SW_INT_H__
0007 #define __SPL2SW_INT_H__
0008 
0009 int spl2sw_rx_poll(struct napi_struct *napi, int budget);
0010 int spl2sw_tx_poll(struct napi_struct *napi, int budget);
0011 irqreturn_t spl2sw_ethernet_interrupt(int irq, void *dev_id);
0012 
0013 #endif