1 /* linux/arch/arm/mach-exynos4/include/mach/spi-clocks.h 2 * 3 * Copyright (C) 2011 Samsung Electronics Co. Ltd. 4 * 5 * This program is free software; you can redistribute it and/or modify 6 * it under the terms of the GNU General Public License version 2 as 7 * published by the Free Software Foundation. 8 */ 9 10 #ifndef __ASM_ARCH_SPI_CLKS_H 11 #define __ASM_ARCH_SPI_CLKS_H __FILE__ 12 13 /* Must source from SCLK_SPI */ 14 #define EXYNOS4_SPI_SRCCLK_SCLK 0 15 16 #endif /* __ASM_ARCH_SPI_CLKS_H */ 17