blob: 8e719a2aad8dfb56312915ea7da1bacdd18721cb [file] [log] [blame]
Suneel Garapati81526d52019-10-19 18:35:54 -07001/* 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
13ssize_t smc_configure_ooo(unsigned int val);
14ssize_t smc_dram_size(unsigned int node);
15ssize_t smc_disable_rvu_lfs(unsigned int node);
16ssize_t smc_flsf_fw_booted(void);
17
18#endif