spi-clocks.h 607 B

123456789101112131415161718192021
  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. #ifndef __ASM_ARCH_SPI_CLKS_H
  14. #define __ASM_ARCH_SPI_CLKS_H __FILE__
  15. #define S5P64X0_SPI_SRCCLK_PCLK 0
  16. #define S5P64X0_SPI_SRCCLK_SCLK 1
  17. #endif /* __ASM_ARCH_SPI_CLKS_H */