travis: Move keystone 3 (k3) boards into the k2 job
[platform/kernel/u-boot.git] / arch / arm / mach-versal / include / mach / sys_proto.h
1 /* SPDX-License-Identifier: GPL-2.0+ */
2 /*
3  * Copyright 2016 - 2018 Xilinx, Inc.
4  */
5
6 enum {
7         TCM_LOCK,
8         TCM_SPLIT,
9 };
10
11 void tcm_init(u8 mode);