Gitiles
Code Review
Sign In
gerrit.cesnet.cz
/
github
/
trini
/
u-boot
/
bc45d5729fbec157370b826156cf45ce78471096
/
.
/
arch
/
arm
/
include
/
asm
/
arch-keystone
/
msmc.h
blob: c320db5b65c693cf264f3489951b517b9300dfb7 [
file
] [
log
] [
blame
]
/*
* MSMC controller
*
* (C) Copyright 2014
* Texas Instruments Incorporated, <www.ti.com>
*
* SPDX-License-Identifier: GPL-2.0+
*/
#ifndef
_MSMC_H_
#define
_MSMC_H_
#include
<asm/arch/hardware.h>
void
msmc_share_all_segments
(
int
priv_id
);
#endif