Changeset 13a638d in mainline for kernel/generic/src/ipc/ipc.c


Ignore:
Timestamp:
2009-04-06T19:32:22Z (15 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
3636964
Parents:
149d14e5
Message:

move event notification to the ipc directory (where it probably belogs to, side-by-side to IRQ notifications)
cleanup the notification code a little bit (there is probably no need to allocate two structured dynamically)

File:
1 edited

Legend:

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

    r149d14e5 r13a638d  
    4545#include <ipc/ipc.h>
    4646#include <ipc/kbox.h>
    47 #include <event/event.h>
     47#include <ipc/event.h>
    4848#include <errno.h>
    4949#include <mm/slab.h>
     
    5252#include <memstr.h>
    5353#include <debug.h>
    54 
    55 
    5654#include <print.h>
    5755#include <console/console.h>
Note: See TracChangeset for help on using the changeset viewer.