public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* list_head makes me crazy
@ 2001-12-06 19:08 Frank Cornelis
  2001-12-06 19:28 ` Davide Libenzi
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Frank Cornelis @ 2001-12-06 19:08 UTC (permalink / raw)
  To: linux-kernel

HELP,

In include/asm-i386/processor.h, struct thread_struct I can add
	struct list_head *mylist;
but not
	struct list_head mylist;
while in both cases
	#include <linux/list.h>
is being used.

I really need this, so if anyone has the solution to my problem...

Thanks in advance, Frank.


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2001-12-06 23:18 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2001-12-06 19:08 list_head makes me crazy Frank Cornelis
2001-12-06 19:28 ` Davide Libenzi
2001-12-06 20:12 ` Rik van Riel
2001-12-06 23:17 ` David Woodhouse

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox