blob: 7affb61560bbc991f7d12c09c885fc4249305f31 [file] [log] [blame]
Biju Dasbaf086c2020-11-09 09:36:46 +00001/*
2 * Copyright (c) 2020, Renesas Electronics Corporation. All rights reserved.
3 *
4 * SPDX-License-Identifier: BSD-3-Clause
5 */
6
7#ifndef DRAM_SUB_FUNC_H
8#define DRAM_SUB_FUNC_H
9
10#define DRAM_UPDATE_STATUS_ERR -1
11#define DRAM_BOOT_STATUS_COLD 0
12#define DRAM_BOOT_STATUS_WARM 1
13
14#endif /* DRAM_SUB_FUNC_H */