igc_mac.h 205 B

1234567891011
  1. /* SPDX-License-Identifier: GPL-2.0 */
  2. /* Copyright (c) 2018 Intel Corporation */
  3. #ifndef _IGC_MAC_H_
  4. #define _IGC_MAC_H_
  5. #ifndef IGC_REMOVED
  6. #define IGC_REMOVED(a) (0)
  7. #endif /* IGC_REMOVED */
  8. #endif