mirror of
https://github.com/team-infusion-developers/android_kernel_samsung_msm8976.git
synced 2024-10-31 18:09:19 +00:00
607ca46e97
Signed-off-by: David Howells <dhowells@redhat.com> Acked-by: Arnd Bergmann <arnd@arndb.de> Acked-by: Thomas Gleixner <tglx@linutronix.de> Acked-by: Michael Kerrisk <mtk.manpages@gmail.com> Acked-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com> Acked-by: Dave Jones <davej@redhat.com>
10 lines
160 B
C
10 lines
160 B
C
#ifndef _CM4000_H_
|
|
#define _CM4000_H_
|
|
|
|
#include <uapi/linux/cm4000_cs.h>
|
|
|
|
|
|
#define DEVICE_NAME "cmm"
|
|
#define MODULE_NAME "cm4000_cs"
|
|
|
|
#endif /* _CM4000_H_ */
|