Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/generic/include/console/chardev.h

    r28a5ebd r7c5320c  
    3939#include <stdbool.h>
    4040#include <stddef.h>
    41 #include <synch/waitq.h>
     41#include <synch/semaphore.h>
    4242#include <synch/spinlock.h>
    4343
     
    6464typedef struct indev {
    6565        const char *name;
    66         waitq_t wq;
     66        semaphore_t wq;
    6767
    6868        /** Protects everything below. */
Note: See TracChangeset for help on using the changeset viewer.