/* * cpu.h - mc1322x specific definitions * Copyright (C) 2013 Oliver Hahm * * This source code is licensed under the GNU General Public License, * Version 3. See the file LICENSE for more details. */ #ifndef CPU_H #define CPU_H #include #include "mc1322x.h" extern uintptr_t __stack_start; ///< end of user stack memory space #endif /* CPU_H */