Merge tag 'u-boot-imx-20200825' of https://gitlab.denx.de/u-boot/custodians/u-boot-imx
[platform/kernel/u-boot.git] / arch / arm / include / asm / arch-octeontx2 / smc.h
1 /* SPDX-License-Identifier:    GPL-2.0
2  *
3  * Copyright (C) 2018 Marvell International Ltd.
4  *
5  * https://spdx.org/licenses
6  */
7
8 #ifndef __SMC_H__
9 #define __SMC_H__
10
11 #include <asm/arch/smc-id.h>
12
13 ssize_t smc_configure_ooo(unsigned int val);
14 ssize_t smc_dram_size(unsigned int node);
15 ssize_t smc_disable_rvu_lfs(unsigned int node);
16 ssize_t smc_flsf_fw_booted(void);
17
18 #endif