Changeset b3f8fb7 in mainline for uspace/libc/include/ipc/ipc.h


Ignore:
Timestamp:
2007-01-28T13:25:49Z (17 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
8e8c1a5
Parents:
1ba41c5
Message:

huge type system cleanup
remove cyclical type dependencies across multiple header files
many minor coding style fixes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/libc/include/ipc/ipc.h

    r1ba41c5 rb3f8fb7  
    3737
    3838#include <kernel/ipc/ipc.h>
    39 #include <kernel/ipc/irq.h>
     39#include <kernel/ddi/irq.h>
    4040#include <libc.h>
    4141#include <types.h>
     
    4646        ipcarg_t args[IPC_CALL_LEN];
    4747        ipcarg_t in_phone_hash;
    48 } ipc_call_t ;
     48} ipc_call_t;
    4949typedef sysarg_t ipc_callid_t;
    5050
Note: See TracChangeset for help on using the changeset viewer.