spi-clocks.h 479 B

12345678910111213141516
  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. #ifndef __ASM_ARCH_SPI_CLKS_H
  10. #define __ASM_ARCH_SPI_CLKS_H __FILE__
  11. /* Must source from SCLK_SPI */
  12. #define EXYNOS4_SPI_SRCCLK_SCLK 0
  13. #endif /* __ASM_ARCH_SPI_CLKS_H */