Changeset aac1c417 in mainline


Ignore:
Timestamp:
2012-10-15T16:51:26Z (12 years ago)
Author:
Jan Vesely <jano.vesely@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
b3ab8f7
Parents:
c4c2406
Message:

Fix build on archs without io ports.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/c/generic/ddi.c

    rc4c2406 raac1c417  
    153153                return iospace_enable(task_get_id(), pio_addr, size);
    154154        }
     155#else
     156        (void) iospace_enable;
    155157#endif
    156158        if (!virt)
Note: See TracChangeset for help on using the changeset viewer.