Hao Zhang | bccf0b7 | 2014-07-16 00:59:24 +0300 | [diff] [blame] | 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 |