xref: /rk3399_rockchip-uboot/board/ti/ks2_evm/board.h (revision e820f523d8fbe8f4765688316f2ae424d0a4ea99)
1 /*
2  * K2HK EVM : Board common header
3  *
4  * (C) Copyright 2014
5  *     Texas Instruments Incorporated, <www.ti.com>
6  *
7  * SPDX-License-Identifier:     GPL-2.0+
8  */
9 
10 #ifndef _KS2_BOARD
11 #define _KS2_BOARD
12 
13 #include <asm/ti-common/keystone_net.h>
14 #include "../common/board_detect.h"
15 
16 extern struct eth_priv_t eth_priv_cfg[];
17 
18 int get_num_eth_ports(void);
19 void spl_init_keystone_plls(void);
20 
21 #endif
22