Ignore:
Timestamp:
Apr 26, 2017, 2:11:56 PM (7 years ago)
Author:
alain
Message:

Introduce the chdev_t structure in place of the device_t structure.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/kernel/kern/remote_sem.c

    r1 r5  
    101101    {
    102102        rpc_semaphore_alloc_client( ref_cxy , &sem_xp );
     103        sem_ptr = (remote_sem_t *)GET_PTR( sem_xp );
    103104    }
    104105
Note: See TracChangeset for help on using the changeset viewer.