Results 1 to 3 of 3
Hi, all:
Can anyone explain the line below (in .h file)? Thank you very much.
LIST_HEAD(a, b) c;
Does a and b means 2 instance? What does c stand for?
...
- 02-09-2009 #1Just Joined!
- Join Date
- Jan 2006
- Posts
- 13
LIST_HEAD problem
Hi, all:
Can anyone explain the line below (in .h file)? Thank you very much.
LIST_HEAD(a, b) c;
Does a and b means 2 instance? What does c stand for?
Best Regards,
Max
- 02-09-2009 #2
try reading kernel/linux2.x.x/incude/linux/list.h
also i didn't get ur question... so could u elaborate more??
- 02-10-2009 #3Just Joined!
- Join Date
- Jan 2006
- Posts
- 13
Thank you raj. I find a new definition of LIST_HEAD in other part of the project.


Reply With Quote
