summaryrefslogtreecommitdiffstats
path: root/libs/NCSI/include/NCSI.h
diff options
context:
space:
mode:
Diffstat (limited to 'libs/NCSI/include/NCSI.h')
-rw-r--r--libs/NCSI/include/NCSI.h7
1 files changed, 1 insertions, 6 deletions
diff --git a/libs/NCSI/include/NCSI.h b/libs/NCSI/include/NCSI.h
index fc1a557..9bb3bcd 100644
--- a/libs/NCSI/include/NCSI.h
+++ b/libs/NCSI/include/NCSI.h
@@ -47,6 +47,7 @@
#include <types.h>
#include <Ethernet.h>
+#include <Network.h>
void handleNCSIFrame(NetworkFrame_t* frame);
@@ -70,12 +71,6 @@ void NCSI_handlePassthrough(void);
void NCSI_init(void);
-
-typedef enum {
- NEVER_RESET, /* Host up, do not reset the PHY */
- AS_NEEDED, /* Reset the phy if no link */
- ALWAYS_RESET /* Host was just turned off, reset phy */
-} reload_type_t;
void NCSI_reload(reload_type_t reset_phy);
#endif /* NCSI_H */ \ No newline at end of file
OpenPOWER on IntegriCloud