blob: c7615debfbb7e2a017a326f47418ec00507497f6 [file] [log] [blame]
Simon Schwarz1648a372012-03-15 04:01:34 +00001/* Copyright (C) 2011
2 * Corscience GmbH & Co. KG - Simon Schwarz <schwarz@corscience.de>
3 *
Wolfgang Denk1a459662013-07-08 09:37:19 +02004 * SPDX-License-Identifier: GPL-2.0+
Simon Schwarz1648a372012-03-15 04:01:34 +00005 */
6#ifndef _NAND_SPL_H_
7#define _NAND_SPL_H_
8
9#define SPL_EXPORT (0x00000001)
10
11#define SPL_EXPORT_FDT (0x00000001)
12#define SPL_EXPORT_ATAGS (0x00000002)
13#define SPL_EXPORT_LAST SPL_EXPORT_ATAGS
14
15#endif /* _NAND_SPL_H_ */