Ignore:
File:
1 edited

Legend:

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

    rb9c7425 r98000fb  
    3636#define KERN_CHARDEV_H_
    3737
    38 #include <adt/list.h>
    3938#include <arch/types.h>
    4039#include <synch/waitq.h>
     
    7675} outdev_operations_t;
    7776
    78 /** Character output device. */
     77/** Character input device. */
    7978typedef struct outdev {
    8079        char *name;
     
    8281        /** Protects everything below. */
    8382        SPINLOCK_DECLARE(lock);
    84        
    85         /** Fields suitable for multiplexing. */
    86         link_t link;
    87         link_t list;
    8883       
    8984        /** Implementation of outdev operations. */
Note: See TracChangeset for help on using the changeset viewer.