Subversion Repositories HelenOS-historic

Rev

Rev 1297 | Rev 1702 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1297 Rev 1494
Line 31... Line 31...
31
 
31
 
32
#include <ddi/ddi_arg.h>
32
#include <ddi/ddi_arg.h>
33
#include <arch/types.h>
33
#include <arch/types.h>
34
#include <typedefs.h>
34
#include <typedefs.h>
35
 
35
 
36
extern __native sys_physmem_map(ddi_memarg_t *uspace_mem_arg);
36
__native sys_physmem_map(__native phys_base, __native virt_base, __native pages,
-
 
37
             __native flags);
37
extern __native sys_iospace_enable(ddi_ioarg_t *uspace_io_arg);
38
extern __native sys_iospace_enable(ddi_ioarg_t *uspace_io_arg);
38
extern __native sys_preempt_control(int enable);
39
extern __native sys_preempt_control(int enable);
39
 
40
 
40
/*
41
/*
41
 * Interface to be implemented by all architectures.
42
 * Interface to be implemented by all architectures.