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