Hao Zhang | e595107 | 2014-07-09 23:44:46 +0300 | [diff] [blame] | 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 | |
Khoronzhuk, Ivan | 0935cac | 2014-09-29 22:17:22 +0300 | [diff] [blame^] | 13 | #include <asm/ti-common/keystone_net.h> |
Hao Zhang | e595107 | 2014-07-09 23:44:46 +0300 | [diff] [blame] | 14 | |
| 15 | extern struct eth_priv_t eth_priv_cfg[]; |
| 16 | |
| 17 | int get_num_eth_ports(void); |
Hao Zhang | 5ec66b1 | 2014-10-22 16:32:31 +0300 | [diff] [blame] | 18 | void spl_init_keystone_plls(void); |
Hao Zhang | e595107 | 2014-07-09 23:44:46 +0300 | [diff] [blame] | 19 | |
| 20 | #endif |