igc_i225.h 258 B

12345678910
  1. /* SPDX-License-Identifier: GPL-2.0 */
  2. /* Copyright (c) 2018 Intel Corporation */
  3. #ifndef _IGC_I225_H_
  4. #define _IGC_I225_H_
  5. s32 igc_acquire_swfw_sync_i225(struct igc_hw *hw, u16 mask);
  6. void igc_release_swfw_sync_i225(struct igc_hw *hw, u16 mask);
  7. #endif