Disintegrate asm/system.h for S390
Disintegrate asm/system.h for S390. Signed-off-by: David Howells <dhowells@redhat.com> cc: linux-s390@vger.kernel.org
This commit is contained in:
parent
ae3a197e3d
commit
a0616cdebc
39 changed files with 369 additions and 335 deletions
|
|
@ -16,6 +16,7 @@
|
|||
*/
|
||||
#include <linux/sched.h>
|
||||
#include <linux/errno.h>
|
||||
#include <asm/ctl_reg.h>
|
||||
|
||||
#define VERIFY_READ 0
|
||||
#define VERIFY_WRITE 1
|
||||
|
|
@ -375,4 +376,9 @@ clear_user(void __user *to, unsigned long n)
|
|||
return n;
|
||||
}
|
||||
|
||||
extern int memcpy_real(void *, void *, size_t);
|
||||
extern void copy_to_absolute_zero(void *dest, void *src, size_t count);
|
||||
extern int copy_to_user_real(void __user *dest, void *src, size_t count);
|
||||
extern int copy_from_user_real(void *dest, void __user *src, size_t count);
|
||||
|
||||
#endif /* __S390_UACCESS_H */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue