~jsvoboda/helenos/dnsr

« back to all changes in this revision

Viewing changes to kernel/generic/include/synch/condvar.h

  • Committer: Martin Decky
  • Date: 2011-08-09 18:08:23 UTC
  • Revision ID: martin@decky.cz-20110809180823-yf3gc26yqs7p30sq
do not provide general access to kernel headers from uspace, only allow specific headers to be accessed or shared
externalize headers which serve as kernel/uspace API/ABI into a special tree

Show diffs side-by-side

added added

removed removed

Lines of Context:
38
38
#include <typedefs.h>
39
39
#include <synch/waitq.h>
40
40
#include <synch/mutex.h>
41
 
#include <synch/synch.h>
 
41
#include <abi/synch.h>
42
42
 
43
43
typedef struct {
44
44
        waitq_t wq;