Changeset f787c8e in mainline for uspace/lib/c/include/ipc/common.h


Ignore:
Timestamp:
2018-08-01T18:37:54Z (6 years ago)
Author:
Jiří Zárevúcky <jiri.zarevucky@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
82d9087
Parents:
1de92fb0
Message:

Move some internal interfaces to private headers.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/c/include/ipc/common.h

    r1de92fb0 rf787c8e  
    3737
    3838#include <abi/ipc/ipc.h>
    39 #include <atomic.h>
    4039#include <abi/proc/task.h>
    41 #include <futex.h>
    4240#include <abi/cap.h>
     41#include <types/common.h>
    4342
    4443#define IPC_FLAG_BLOCKING  0x01
Note: See TracChangeset for help on using the changeset viewer.