xref: /openbmc/linux/drivers/net/ethernet/intel/ice/ice_irq.h (revision 38e97a98e371c615f67d144ee9e4f7087c0a41e8)
1 /* SPDX-License-Identifier: GPL-2.0 */
2 /* Copyright (C) 2023, Intel Corporation. */
3 
4 #ifndef _ICE_IRQ_H_
5 #define _ICE_IRQ_H_
6 
7 int ice_init_interrupt_scheme(struct ice_pf *pf);
8 void ice_clear_interrupt_scheme(struct ice_pf *pf);
9 
10 #endif
11