1 /* linux/arch/arm/mach-s5p64x0/include/mach/spi-clocks.h 2 * 3 * Copyright (c) 2010 Samsung Electronics Co., Ltd. 4 * http://www.samsung.com 5 * 6 * Copyright (C) 2010 Samsung Electronics Co. Ltd. 7 * Jaswinder Singh <jassi.brar@samsung.com> 8 * 9 * This program is free software; you can redistribute it and/or modify 10 * it under the terms of the GNU General Public License version 2 as 11 * published by the Free Software Foundation. 12 */ 13 14 #ifndef __ASM_ARCH_SPI_CLKS_H 15 #define __ASM_ARCH_SPI_CLKS_H __FILE__ 16 17 #define S5P64X0_SPI_SRCCLK_PCLK 0 18 #define S5P64X0_SPI_SRCCLK_SCLK 1 19 20 #endif /* __ASM_ARCH_SPI_CLKS_H */ 21