mirror of
https://github.com/FEX-Emu/linux.git
synced 2025-01-09 02:51:20 +00:00
66314223aa
Adding core definitions for Altera's SOCFPGA ARM platform. Mininum support for Altera's SOCFPGA Cyclone 5 hardware. Signed-off-by: Dinh Nguyen <dinguyen@altera.com> Reviewed-by: Pavel Machek <pavel@denx.de> Reviewed-by: Rob Herring <rob.herring@calxeda.com> Reviewed-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Arnd Bergmann <arnd@arndb.de>
10 lines
152 B
C
10 lines
152 B
C
#ifndef __MACH_UNCOMPRESS_H
|
|
#define __MACH_UNCOMPRESS_H
|
|
|
|
#define putc(c)
|
|
#define flush()
|
|
#define arch_decomp_setup()
|
|
#define arch_decomp_wdog()
|
|
|
|
#endif
|