tech-kern archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: splitting device.h



On Fri, Jun 26, 2009 at 06:29:10PM -0500, David Young wrote:
 > I would like to break the circular dependency between <sys/pmf.h> and
 > <sys/device.h> by moving basic declarations out of <sys/device.h> and
 > into a new header file, <sys/device_if.h>.  Ok?  Here is what I have so
 > far:
 > [snip]

Sounds like a fine idea, but the naming isn't consistent with
vnode_if.h... maybe device_types.h?

[Of course, if one didn't have the silly _t types there wouldn't be
any need for those decls at all... }:-) ]

-- 
David A. Holland
dholland%netbsd.org@localhost


Home | Main Index | Thread Index | Old Index