Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
fork

Configure Feed

Select the types of activity you want to include in your feed.

at v4.3-rc7 10 lines 160 B view raw
1#ifndef _CM4000_H_ 2#define _CM4000_H_ 3 4#include <uapi/linux/cm4000_cs.h> 5 6 7#define DEVICE_NAME "cmm" 8#define MODULE_NAME "cm4000_cs" 9 10#endif /* _CM4000_H_ */