On Fri, 26 May 2000, Giovanni Racciu wrote:

> #define BASE_ADDRESS (15 * 0x100000)

>  sptr = (STRUCTTEST *) BASE_ADDRESS;

You probably need 
sptr = (STRUCTTEST *) ioremap(BASE_ADDRESS);


Or alternatively include mbuff.h and use mbuff.o module.

--
Tomek

-- [rtl] ---
To unsubscribe:
echo "unsubscribe rtl" | mail [EMAIL PROTECTED] OR
echo "unsubscribe rtl <Your_email>" | mail [EMAIL PROTECTED]
---
For more information on Real-Time Linux see:
http://www.rtlinux.org/rtlinux/

Reply via email to