Marcin Niestroj | ba6f150 | 2016-12-07 16:46:32 +0100 | [diff] [blame] | 1 | /* |
2 | * Copyright (C) 2016 Grinn | ||||
3 | * | ||||
4 | * SPDX-License-Identifier: GPL-2.0+ | ||||
5 | */ | ||||
6 | |||||
7 | #ifndef __ARCH_ARM_MACH_LITESOM_SOM_H__ | ||||
8 | #define __ARCH_ARM_MACH_LITESOM_SOM_H__ | ||||
9 | |||||
10 | int litesom_mmc_init(bd_t *bis); | ||||
11 | |||||
12 | #ifdef CONFIG_SPL_BUILD | ||||
13 | void litesom_init_f(void); | ||||
14 | #endif | ||||
15 | |||||
16 | #endif |