Subversion Repositories HelenOS

Compare Revisions

Ignore whitespace Rev 2088 → Rev 2089

/trunk/kernel/generic/include/syscall/copy.h
35,7 → 35,7
#ifndef KERN_COPY_H_
#define KERN_COPY_H_
 
#include <typedefs.h>
#include <arch/types.h>
 
/** Label within memcpy_from_uspace() that contains return -1. */
extern char memcpy_from_uspace_failover_address;
/trunk/kernel/generic/include/syscall/syscall.h
71,7 → 71,6
#ifdef KERNEL
 
#include <arch/types.h>
#include <typedefs.h>
 
typedef unative_t (*syshandler_t)();