Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/generic/include/synch/condvar.h

    r46a5b37 r9d58539  
    3939#include <synch/waitq.h>
    4040#include <synch/mutex.h>
    41 #include <synch/spinlock.h>
    4241#include <abi/synch.h>
    4342
     
    5655extern int _condvar_wait_timeout(condvar_t *cv, mutex_t *mtx, uint32_t usec,
    5756    int flags);
    58 extern int _condvar_wait_timeout_spinlock(condvar_t *cv, spinlock_t *lock,
    59         uint32_t usec, int flags);
    60 extern int _condvar_wait_timeout_irq_spinlock(condvar_t *cv,
    61         irq_spinlock_t *irq_lock, uint32_t usec, int flags);
    62 
    6357
    6458#endif
Note: See TracChangeset for help on using the changeset viewer.