Gitiles
Code Review
Sign In
git01.mediatek.com
/
filogic
/
uboot
/
dae4084d0bc03dd303cecd8ddd207e66fe88f5c3
/
.
/
arch
/
arm
/
mach-versal
/
include
/
mach
/
sys_proto.h
blob: 05934c28d67f9145fcb1dfbf5bb60134ad4e607a [
file
] [
log
] [
blame
]
/* SPDX-License-Identifier: GPL-2.0+ */
/*
* Copyright 2016 - 2018 Xilinx, Inc.
*/
enum
{
TCM_LOCK
,
TCM_SPLIT
,
};
void
tcm_init
(
u8 mode
);
void
mem_map_fill
(
void
);