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