Path: blob/master/arch/arm/mach-exynos4/include/mach/uncompress.h
10820 views
/* linux/arch/arm/mach-exynos4/include/mach/uncompress.h1*2* Copyright (c) 2010-2011 Samsung Electronics Co., Ltd.3* http://www.samsung.com4*5* EXYNOS4 - uncompress code6*7* This program is free software; you can redistribute it and/or modify8* it under the terms of the GNU General Public License version 2 as9* published by the Free Software Foundation.10*/1112#ifndef __ASM_ARCH_UNCOMPRESS_H13#define __ASM_ARCH_UNCOMPRESS_H __FILE__1415#include <mach/map.h>16#include <plat/uncompress.h>1718static void arch_detect_cpu(void)19{20/* we do not need to do any cpu detection here at the moment. */2122/*23* For preventing FIFO overrun or infinite loop of UART console,24* fifo_max should be the minimum fifo size of all of the UART channels25*/26fifo_mask = S5PV210_UFSTAT_TXMASK;27fifo_max = 15 << S5PV210_UFSTAT_TXSHIFT;28}29#endif /* __ASM_ARCH_UNCOMPRESS_H */303132