Subject: Re: Proposal: eliminate all macros in the kernel
To: Garrett D'Amore <garrett_damore@tadpole.com>
From: Jason Thorpe <thorpej@shagadelic.org>
List: tech-kern
Date: 11/22/2005 09:40:08
On Nov 21, 2005, at 7:36 PM, Garrett D'Amore wrote:
> true functions. Having a true DDI/Kernel API would almost force that
> bit to get cleaned up.
There is another aspect to this. Data structures used within the
kernel need to become opaque, and accessor / mutator functions
provided to operate on them. For things compiled into the kernel
proper, these accessor / mutator functions could be turned into CPP
macros.
-- thorpej