Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/drv/char/ski-con/ski-con.h

    r6404aca rcf3a905c  
    5656        fibril_mutex_t buf_lock;
    5757        fibril_condvar_t buf_cv;
     58        /** Memory area mapped to arbitrate with the kernel driver */
     59        void *mem_area;
    5860} ski_con_t;
    5961
Note: See TracChangeset for help on using the changeset viewer.