aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-exynos/include/mach/p10-battery.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/mach-exynos/include/mach/p10-battery.h')
-rw-r--r--arch/arm/mach-exynos/include/mach/p10-battery.h16
1 files changed, 16 insertions, 0 deletions
diff --git a/arch/arm/mach-exynos/include/mach/p10-battery.h b/arch/arm/mach-exynos/include/mach/p10-battery.h
new file mode 100644
index 0000000..09989e5
--- /dev/null
+++ b/arch/arm/mach-exynos/include/mach/p10-battery.h
@@ -0,0 +1,16 @@
+/*
+ * arch/arm/mach-exynos/include/mach/p10-battery.h
+ *
+ * Copyright (c) 2012 Samsung Electronics Co., Ltd.
+ *
+ * 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 __P10_BATTERY_H
+#define __P10_BATTERY_H __FILE__
+
+void p10_battery_init(void);
+
+#endif