]> git.kernelconcepts.de Git - karo-tx-uboot.git/blob - arch/arm/include/asm/arch-keystone/msmc.h
ot1200: add sata support
[karo-tx-uboot.git] / arch / arm / include / asm / arch-keystone / msmc.h
1 /*
2  * MSMC controller
3  *
4  * (C) Copyright 2014
5  *     Texas Instruments Incorporated, <www.ti.com>
6  *
7  * SPDX-License-Identifier:     GPL-2.0+
8  */
9
10 #ifndef _MSMC_H_
11 #define _MSMC_H_
12
13 #include <asm/arch/hardware.h>
14
15 void msmc_share_all_segments(int priv_id);
16
17 #endif