xref: /linux/drivers/net/ethernet/intel/igc/igc_mac.h (revision 146740f9abc4976e4f0af1aa302efee1c699d2e4)
1*146740f9SSasha Neftin /* SPDX-License-Identifier: GPL-2.0 */
2*146740f9SSasha Neftin /* Copyright (c)  2018 Intel Corporation */
3*146740f9SSasha Neftin 
4*146740f9SSasha Neftin #ifndef _IGC_MAC_H_
5*146740f9SSasha Neftin #define _IGC_MAC_H_
6*146740f9SSasha Neftin 
7*146740f9SSasha Neftin #ifndef IGC_REMOVED
8*146740f9SSasha Neftin #define IGC_REMOVED(a) (0)
9*146740f9SSasha Neftin #endif /* IGC_REMOVED */
10*146740f9SSasha Neftin 
11*146740f9SSasha Neftin #endif
12