Subject: Re: Making a common API for cpu frequency drivers
To: Jason Thorpe <thorpej@shagadelic.org>
From: Iain Hibbert <plunky@rya-online.net>
List: tech-kern
Date: 09/02/2006 21:49:57
On Sat, 2 Sep 2006, Jason Thorpe wrote:

>
> On Sep 2, 2006, at 9:17 AM, Garrett D'Amore wrote:
>
> > No, that is to complicated still.  I have to write a callback handler.
> > Great when I need to parse a large number of properties, but even more
> > awkward than just using the one-off interfaces when I need to just
> > access one or two properties.
>
> I'll think about a set of utility wrappers.

also, I think

int
prop_data_data_copy(void *dest, prop_data_t src);

would be useful..

iain