162306a36Sopenharmony_ci/* SPDX-License-Identifier: GPL-2.0 */ 262306a36Sopenharmony_ci/* Copyright Sunplus Technology Co., Ltd. 362306a36Sopenharmony_ci * All rights reserved. 462306a36Sopenharmony_ci */ 562306a36Sopenharmony_ci 662306a36Sopenharmony_ci#ifndef __SPL2SW_INT_H__ 762306a36Sopenharmony_ci#define __SPL2SW_INT_H__ 862306a36Sopenharmony_ci 962306a36Sopenharmony_ciint spl2sw_rx_poll(struct napi_struct *napi, int budget); 1062306a36Sopenharmony_ciint spl2sw_tx_poll(struct napi_struct *napi, int budget); 1162306a36Sopenharmony_ciirqreturn_t spl2sw_ethernet_interrupt(int irq, void *dev_id); 1262306a36Sopenharmony_ci 1362306a36Sopenharmony_ci#endif 14