Rev 2927 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 2927 | Rev 4344 | ||
|---|---|---|---|
| Line 35... | Line 35... | ||
| 35 | #ifndef LIBC_DDI_H_ |
35 | #ifndef LIBC_DDI_H_ |
| 36 | #define LIBC_DDI_H_ |
36 | #define LIBC_DDI_H_ |
| 37 | 37 | ||
| 38 | #include <task.h> |
38 | #include <task.h> |
| 39 | 39 | ||
| 40 | extern int physmem_map(void *pf, void *vp, unsigned long pages, int flags); |
40 | extern int physmem_map(void *, void *, unsigned long, int); |
| 41 | extern int iospace_enable(task_id_t id, void *ioaddr, unsigned long size); |
41 | extern int iospace_enable(task_id_t, void *, unsigned long); |
| 42 | extern int preemption_control(int enable); |
42 | extern int preemption_control(int); |
| - | 43 | extern int pio_enable(void *, size_t, void **); |
|
| 43 | 44 | ||
| 44 | #endif |
45 | #endif |
| 45 | 46 | ||
| 46 | /** @} |
47 | /** @} |
| 47 | */ |
48 | */ |