Harald Welte | c1986ee | 2005-11-13 16:06:29 -0800 | [diff] [blame] | 1 | #ifndef _CM4000_H_ |
2 | #define _CM4000_H_ | ||||
3 | |||||
David Howells | 607ca46 | 2012-10-13 10:46:48 +0100 | [diff] [blame] | 4 | #include <uapi/linux/cm4000_cs.h> |
Arnd Bergmann | 9adfbfb | 2009-02-26 00:51:40 +0100 | [diff] [blame] | 5 | |
Harald Welte | c1986ee | 2005-11-13 16:06:29 -0800 | [diff] [blame] | 6 | |
7 | #define DEVICE_NAME "cmm" | ||||
8 | #define MODULE_NAME "cm4000_cs" | ||||
9 | |||||
Harald Welte | c1986ee | 2005-11-13 16:06:29 -0800 | [diff] [blame] | 10 | #endif /* _CM4000_H_ */ |