void run_bios(struct device * dev, unsigned long addr)
unsigned long or u32? Or, really, void * and cast it in the function?
ron
* ron minnich rminnich@gmail.com [070905 07:41]:
void run_bios(struct device * dev, unsigned long addr)
unsigned long or u32? Or, really, void * and cast it in the function?
void * sounds good.
Stefan