1 /* SPDX-License-Identifier: GPL-2.0+ */
3 * Corscience GmbH & Co. KG - Simon Schwarz <schwarz@corscience.de>
8 #define SPL_EXPORT (0x00000001)
10 #define SPL_EXPORT_FDT (0x00000001)
11 #define SPL_EXPORT_ATAGS (0x00000002)
12 #define SPL_EXPORT_LAST SPL_EXPORT_ATAGS
14 #endif /* _NAND_SPL_H_ */