Changeset 98000fb in mainline for kernel/generic/src/ipc


Ignore:
Timestamp:
2009-06-03T19:34:45Z (16 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
301ff30
Parents:
69e68e3
Message:

remove redundant index_t and count_t types (which were always quite ambiguous and not actually needed)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/generic/src/ipc/event.c

    r69e68e3 r98000fb  
    6565}
    6666
    67 static int
    68 event_subscribe(event_type_t evno, unative_t method, answerbox_t *answerbox)
     67static int event_subscribe(event_type_t evno, unative_t method,
     68    answerbox_t *answerbox)
    6969{
    7070        if (evno >= EVENT_END)
     
    123123}
    124124
    125 void
    126 event_notify(event_type_t evno, unative_t a1, unative_t a2, unative_t a3,
     125void event_notify(event_type_t evno, unative_t a1, unative_t a2, unative_t a3,
    127126    unative_t a4, unative_t a5)
    128127{
Note: See TracChangeset for help on using the changeset viewer.