aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/smb136_charger.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/smb136_charger.h')
-rw-r--r--include/linux/smb136_charger.h19
1 files changed, 19 insertions, 0 deletions
diff --git a/include/linux/smb136_charger.h b/include/linux/smb136_charger.h
new file mode 100644
index 0000000..40399c3
--- /dev/null
+++ b/include/linux/smb136_charger.h
@@ -0,0 +1,19 @@
+/*
+ * Copyright (C) 2011 Samsung Electronics
+ * Ikkeun Kim <iks.kim@samsung.com>
+ *
+ * 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 __SMB136_CHARGER_H_
+#define __SMB136_CHARGER_H_
+
+struct smb136_charger_data {
+ int (*charger_dev_register)(struct charger_device *chgdev);
+ void (*charger_dev_unregister)(struct charger_device *chgdev);
+ struct charger_device *chgdev;
+};
+
+#endif