Changeset 0d5a50c in mainline for uspace/lib/libc/include/ddi.h


Ignore:
Timestamp:
2009-03-01T20:25:23Z (16 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
0f94c3d
Parents:
bf25efb
Message:

Introduce pio_enable() libc call.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/libc/include/ddi.h

    rbf25efb r0d5a50c  
    3838#include <task.h>
    3939
    40 extern int physmem_map(void *pf, void *vp, unsigned long pages, int flags);
    41 extern int iospace_enable(task_id_t id, void *ioaddr, unsigned long size);
    42 extern int preemption_control(int enable);
     40extern int physmem_map(void *, void *, unsigned long, int);
     41extern int iospace_enable(task_id_t, void *, unsigned long);
     42extern int preemption_control(int);
     43extern int pio_enable(void *, size_t, void **);
    4344
    4445#endif
Note: See TracChangeset for help on using the changeset viewer.