aboutsummaryrefslogtreecommitdiff
path: root/include/linux/meizu-sys.h
diff options
context:
space:
mode:
authorMeizu OpenSource <patchwork@meizu.com>2016-08-15 10:19:42 +0800
committerMeizu OpenSource <patchwork@meizu.com>2016-08-15 10:19:42 +0800
commitd2e1446d81725c351dc73a03b397ce043fb18452 (patch)
tree4dbc616b7f92aea39cd697a9084205ddb805e344 /include/linux/meizu-sys.h
downloadandroid_kernel_m2note-d2e1446d81725c351dc73a03b397ce043fb18452.tar.gz
first commit
Diffstat (limited to 'include/linux/meizu-sys.h')
-rw-r--r--include/linux/meizu-sys.h21
1 files changed, 21 insertions, 0 deletions
diff --git a/include/linux/meizu-sys.h b/include/linux/meizu-sys.h
new file mode 100644
index 000000000..9dc3a820f
--- /dev/null
+++ b/include/linux/meizu-sys.h
@@ -0,0 +1,21 @@
+/*
+ * include/linux/meizu-sys.h
+ *
+ * meizu technology particular classes
+ *
+ */
+
+#ifndef __H_MEIZU_PARTICULAR_CLASS_H__
+#define __H_MEIZU_PARTICULAR_CLASS_H__
+
+#include <linux/types.h>
+#include <linux/device.h>
+#include <linux/fs.h>
+#include <linux/err.h>
+#include <linux/sysfs.h>
+
+int meizu_sysfslink_register(struct device *dev);
+int meizu_sysfslink_register_name(struct device *dev, char *name);
+void meizu_sysfslink_unregister(struct device *dev);
+
+#endif /*__H_MEIZU_PARTICULAR_CLASS_H__*/