Subversion Repositories HelenOS-historic

Rev

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

Rev 1178 Rev 1191
Line 29... Line 29...
29
#ifndef __DDI_H__
29
#ifndef __DDI_H__
30
#define __DDI_H__
30
#define __DDI_H__
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
 
35
 
35
extern __native sys_map_physmem(ddi_arg_t *uspace_ddi_arg);
36
extern __native sys_map_physmem(ddi_memarg_t *uspace_mem_arg);
-
 
37
extern __native sys_enable_iospace(ddi_ioarg_t *uspace_io_arg);
-
 
38
 
-
 
39
/*
-
 
40
 * Interface to be implemented by all architectures.
-
 
41
 */
-
 
42
extern int ddi_enable_iospace_arch(task_t *task, __address ioaddr, size_t size);
36
 
43
 
37
#endif
44
#endif