Messages in this thread |  | | | Date | Sat, 7 Dec 2002 14:51:31 -0500 (EST) | | From | Zwane Mwaikambo <> | | Subject | Re: [PATCH] Linux PnP Support V0.93 - 2.5.50 |
| |
On Sat, 7 Dec 2002, Greg KH wrote:
> > Could we get a void* in pnp_dev? I'm finding myself resorting to > > driver internal arrays in order to track locations of device private structures. > > Use the struct device void pointer for stuff like this. There's some > helpful functions to get access to this easily (but don't seem to see > them in pnp.h at first glance...)
Thanks these should do it.
static inline void *pnp_get_drvdata (struct pnp_dev *pdev) static inline void pnp_set_drvdata (struct pnp_dev *pdev, void *data)
Zwane -- function.linuxpower.ca - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
|  |