SPDX: Convert all of our single license tags to Linux Kernel style
[oweals/u-boot.git] / arch / arm / include / asm / arch-mx6 / litesom.h
1 /* SPDX-License-Identifier: GPL-2.0+ */
2 /*
3  * Copyright (C) 2016 Grinn
4  */
5
6 #ifndef __ARCH_ARM_MX6UL_LITESOM_H__
7 #define __ARCH_ARM_MX6UL_LITESOM_H__
8
9 int litesom_mmc_init(bd_t *bis);
10
11 #ifdef CONFIG_SPL_BUILD
12 void litesom_init_f(void);
13 #endif
14
15 #endif