1 #ifndef _SGMII_H
2 #define _SGMII_H
3 /**
4 * @file sgmii.h
5 *
6 * @brief
7 * Defines the sgmii api
8 */
11 #include "types.h"
12 #include "device.h"
15 /**
16 * @brief
17 * The function prototype. If sgmii is not present in the device then hwSgmiiConfig will
18 * have been defined to a void statement in the device configuration header file
19 */
20 #ifndef hwSgmiiConfig
21 int32 hwSgmiiConfig (int32 port, iblSgmii_t *iblSgmii);
22 #endif
28 #endif /* _SGMII_H */