* get_user, put_user and asm/uaccess.h problem
@ 2000-06-08 22:42 Alain Birtz
2000-06-09 9:25 ` Michael Schmitz
0 siblings, 1 reply; 2+ messages in thread
From: Alain Birtz @ 2000-06-08 22:42 UTC (permalink / raw)
To: linuxppc-dev
I need to use get_user and put_user in a small module. These functions
are defined in asm/uaccess.h
But #include asm/uaccess.h generate a lot of error (about 3 page).
How can I fix it ?
** Sent via the linuxppc-dev mail list. See http://lists.linuxppc.org/
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: get_user, put_user and asm/uaccess.h problem
2000-06-08 22:42 get_user, put_user and asm/uaccess.h problem Alain Birtz
@ 2000-06-09 9:25 ` Michael Schmitz
0 siblings, 0 replies; 2+ messages in thread
From: Michael Schmitz @ 2000-06-09 9:25 UTC (permalink / raw)
To: Alain Birtz; +Cc: linuxppc-dev
> I need to use get_user and put_user in a small module. These functions
> are defined in asm/uaccess.h
> But #include asm/uaccess.h generate a lot of error (about 3 page).
> How can I fix it ?
-D__KERNEL__ ??
Michael
** Sent via the linuxppc-dev mail list. See http://lists.linuxppc.org/
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2000-06-09 9:25 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2000-06-08 22:42 get_user, put_user and asm/uaccess.h problem Alain Birtz
2000-06-09 9:25 ` Michael Schmitz
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).