Changeset 13a638d in mainline for kernel/generic/src/main/main.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/main/main.c

    r149d14e5 r13a638d  
    3333/**
    3434 * @file
    35  * @brief       Main initialization kernel function for all processors.
     35 * @brief Main initialization kernel function for all processors.
    3636 *
    3737 * During kernel boot, all processors, after architecture dependent
     
    8383#include <ddi/ddi.h>
    8484#include <main/main.h>
    85 #include <event/event.h>
     85#include <ipc/event.h>
    8686
    8787/** Global configuration structure. */
Note: See TracChangeset for help on using the changeset viewer.