1 /*
2  * Copyright (c) 2014-2015 Hisilicon Limited.
3  *
4  * This program is free software; you can redistribute it and/or modify
5  * it under the terms of the GNU General Public License as published by
6  * the Free Software Foundation; either version 2 of the License, or
7  * (at your option) any later version.
8  */
9 
10 #ifndef _HNS_XGMAC_H
11 #define _HNS_XGMAC_H
12 
13 #define HNS_XGMAC_DUMP_NUM		214
14 #define HNS_XGMAC_NO_LF_RF_INSERT	0x0
15 #define HNS_XGMAC_LF_INSERT		0x2
16 #endif
17