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


Ignore:
Timestamp:
2011-01-11T16:27:50Z (13 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
fe5a9fc
Parents:
fe8dfa6
Message:

remove the obsoleted SYS_INTERRUPT_ENABLE syscall

File:
1 edited

Legend:

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

    rfe8dfa6 r77429d3  
    4242extern int iospace_enable(task_id_t, void *, unsigned long);
    4343extern int pio_enable(void *, size_t, void **);
    44 extern int interrupt_enable(int);
    45 extern int interrupt_disable(int);
    4644
    4745#endif
Note: See TracChangeset for help on using the changeset viewer.