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/cm4000_cs.h | |
| download | android_kernel_m2note-d2e1446d81725c351dc73a03b397ce043fb18452.tar.gz | |
first commit
Diffstat (limited to 'include/linux/cm4000_cs.h')
| -rw-r--r-- | include/linux/cm4000_cs.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/include/linux/cm4000_cs.h b/include/linux/cm4000_cs.h new file mode 100644 index 000000000..88bee3a33 --- /dev/null +++ b/include/linux/cm4000_cs.h @@ -0,0 +1,10 @@ +#ifndef _CM4000_H_ +#define _CM4000_H_ + +#include <uapi/linux/cm4000_cs.h> + + +#define DEVICE_NAME "cmm" +#define MODULE_NAME "cm4000_cs" + +#endif /* _CM4000_H_ */ |
