Subject: Re: CVS commit: src/sys/sys
To: None <feyrer@cs.stevens.edu>
From: YAMAMOTO Takashi <yamt@mwd.biglobe.ne.jp>
List: source-changes
Date: 12/20/2005 14:56:32
> > I would like to see us move towards more types that are opaque outside the 
> > subsystem that implements them.  Besides, "device_t" is a lot shorter than 
> > "struct device *".
> 
> This is probably a very stupid question, but... what I wonder is how to 
> get a "struct device foodev" that way,

you can't.  you don't need to do so, if you make it really opaque.

YAMAMOTO Takashi