1 /* SPDX-License-Identifier: GPL-2.0 */
3 * flat.h -- uClinux flat-format executables
6 #ifndef __M68KNOMMU_FLAT_H__
7 #define __M68KNOMMU_FLAT_H__
9 #include <asm-generic/flat.h>
11 #define FLAT_PLAT_INIT(regs) \
14 (regs)->d5 = current->mm->start_data; \
17 #endif /* __M68KNOMMU_FLAT_H__ */