blob: c320db5b65c693cf264f3489951b517b9300dfb7 [file] [log] [blame]
Hao Zhangbccf0b72014-07-16 00:59:24 +03001/*
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
15void msmc_share_all_segments(int priv_id);
16
17#endif