summaryrefslogtreecommitdiff
path: root/ANDROID_3.4.5/arch/arm/mach-s3c64xx/common.h
diff options
context:
space:
mode:
Diffstat (limited to 'ANDROID_3.4.5/arch/arm/mach-s3c64xx/common.h')
-rw-r--r--ANDROID_3.4.5/arch/arm/mach-s3c64xx/common.h54
1 files changed, 0 insertions, 54 deletions
diff --git a/ANDROID_3.4.5/arch/arm/mach-s3c64xx/common.h b/ANDROID_3.4.5/arch/arm/mach-s3c64xx/common.h
deleted file mode 100644
index 7a10be62..00000000
--- a/ANDROID_3.4.5/arch/arm/mach-s3c64xx/common.h
+++ /dev/null
@@ -1,54 +0,0 @@
-/*
- * Copyright (c) 2011 Samsung Electronics Co., Ltd.
- * http://www.samsung.com
- *
- * Copyright 2008 Openmoko, Inc.
- * Copyright 2008 Simtec Electronics
- * Ben Dooks <ben@simtec.co.uk>
- * http://armlinux.simtec.co.uk/
- *
- * Common Header for S3C64XX machines
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU General Public License version 2 as
- * published by the Free Software Foundation.
- */
-
-#ifndef __ARCH_ARM_MACH_S3C64XX_COMMON_H
-#define __ARCH_ARM_MACH_S3C64XX_COMMON_H
-
-void s3c64xx_init_irq(u32 vic0, u32 vic1);
-void s3c64xx_init_io(struct map_desc *mach_desc, int size);
-
-void s3c64xx_register_clocks(unsigned long xtal, unsigned armclk_limit);
-void s3c64xx_setup_clocks(void);
-
-void s3c64xx_restart(char mode, const char *cmd);
-
-#ifdef CONFIG_CPU_S3C6400
-
-extern int s3c6400_init(void);
-extern void s3c6400_init_irq(void);
-extern void s3c6400_map_io(void);
-extern void s3c6400_init_clocks(int xtal);
-
-#else
-#define s3c6400_init_clocks NULL
-#define s3c6400_map_io NULL
-#define s3c6400_init NULL
-#endif
-
-#ifdef CONFIG_CPU_S3C6410
-
-extern int s3c6410_init(void);
-extern void s3c6410_init_irq(void);
-extern void s3c6410_map_io(void);
-extern void s3c6410_init_clocks(int xtal);
-
-#else
-#define s3c6410_init_clocks NULL
-#define s3c6410_map_io NULL
-#define s3c6410_init NULL
-#endif
-
-#endif /* __ARCH_ARM_MACH_S3C64XX_COMMON_H */