summaryrefslogtreecommitdiffstats
path: root/board/ti/ks2_evm/board.h
diff options
context:
space:
mode:
Diffstat (limited to 'board/ti/ks2_evm/board.h')
-rw-r--r--board/ti/ks2_evm/board.h19
1 files changed, 19 insertions, 0 deletions
diff --git a/board/ti/ks2_evm/board.h b/board/ti/ks2_evm/board.h
new file mode 100644
index 0000000000..d91ef73612
--- /dev/null
+++ b/board/ti/ks2_evm/board.h
@@ -0,0 +1,19 @@
+/*
+ * K2HK EVM : Board common header
+ *
+ * (C) Copyright 2014
+ * Texas Instruments Incorporated, <www.ti.com>
+ *
+ * SPDX-License-Identifier: GPL-2.0+
+ */
+
+#ifndef _KS2_BOARD
+#define _KS2_BOARD
+
+#include <asm/arch/emac_defs.h>
+
+extern struct eth_priv_t eth_priv_cfg[];
+
+int get_num_eth_ports(void);
+
+#endif
OpenPOWER on IntegriCloud