Changeset edb0a33 in mainline for uspace/lib/c/include/ddi.h


Ignore:
Timestamp:
2012-10-14T13:26:40Z (12 years ago)
Author:
Jan Vesely <jano.vesely@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
0f323d3
Parents:
274bbcc7
Message:

libc: Make iospace_enable static as nothing uses it.

Nothing should, use pio_enable instead.
Change param to size_t while at it. pio_enable takes size_t and ddi_ioarg_t uses size_t as well.
Use struct initializers instead of member assingment.

File:
1 edited

Legend:

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

    r274bbcc7 redb0a33  
    5050extern int dmamem_unmap_anonymous(void *);
    5151
    52 extern int iospace_enable(task_id_t, void *, unsigned long);
    5352extern int pio_enable(void *, size_t, void **);
    5453
Note: See TracChangeset for help on using the changeset viewer.