Re: [android-kernel] problem when build LKM

2012-05-29 Thread Qing Zhao
Have you solved it??And how ? On Sun, May 27, 2012 at 3:20 PM, Vladimir Murzin wrote: > On Wed, May 09, 2012 at 10:45:52PM -0700, scott wrote: >> Here is a loadable kernel module for HTC Sensation XL (runnymede- >> crc-2.6.35). >> >> /* >> * mydebug.c >> * System Call sys_open dubugging >> */ >>

Re: [android-kernel] problem when build LKM

2012-05-27 Thread Vladimir Murzin
On Wed, May 09, 2012 at 10:45:52PM -0700, scott wrote: > Here is a loadable kernel module for HTC Sensation XL (runnymede- > crc-2.6.35). > > /* > * mydebug.c > * System Call sys_open dubugging > */ > > #include /* Needed for KERN_INFO */ > #include /* Needed by all modules */ > #include /* Ne

[android-kernel] problem when build LKM

2012-05-17 Thread scott
Here is a loadable kernel module for HTC Sensation XL (runnymede- crc-2.6.35). /* * mydebug.c * System Call sys_open dubugging */ #include /* Needed for KERN_INFO */ #include /* Needed by all modules */ #include /* Needed for macros */ #include #include #include #include #include #include