diff options
| author | Meizu OpenSource <patchwork@meizu.com> | 2016-08-15 10:19:42 +0800 |
|---|---|---|
| committer | Meizu OpenSource <patchwork@meizu.com> | 2016-08-15 10:19:42 +0800 |
| commit | d2e1446d81725c351dc73a03b397ce043fb18452 (patch) | |
| tree | 4dbc616b7f92aea39cd697a9084205ddb805e344 /include/linux/meizu-sys.h | |
| download | android_kernel_m2note-d2e1446d81725c351dc73a03b397ce043fb18452.tar.gz | |
first commit
Diffstat (limited to 'include/linux/meizu-sys.h')
| -rw-r--r-- | include/linux/meizu-sys.h | 21 |
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__*/ |
