S5PC100: Moves the Macros to a common header file
[oweals/u-boot.git] / include / asm-arm / arch-s5pc1xx / clk.h
index f1aa44fd25fb9dbb22eee67a3350ebd3b46e73aa..3e59abe78c65142b84aeb43353174eb4915d6d35 100644 (file)
 #ifndef __ASM_ARM_ARCH_CLK_H_
 #define __ASM_ARM_ARCH_CLK_H_
 
+#define APLL   0
+#define MPLL   1
+#define EPLL   2
+#define HPLL   3
+#define VPLL   4
+
 void s5pc1xx_clock_init(void);
 
 extern unsigned long (*get_pll_clk)(int pllreg);