Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/kernel/devices/dev_mmc.h

    r3 r1  
    4646 * As these operations consume few cycles, and access conflicts are expected to be
    4747 * rare events, the calling threads use a busy waiting strategy to get the device
    48  * spinlock, but do not register in the device waiting queue, and no server thread
     48 * spinlock, do not register in the device waiting queue, and no server thread
    4949 * is used for this device.
    5050 ****************************************************************************************/
    5151 
    52 /****  Forward declarations  ****/
    53 
    54 struct chdev_s;
    55 
    5652/******************************************************************************************
    5753 * This enum defines the various implementations of the generic MMC peripheral.
     
    9692 * It must be executed once in any cluster containing an L2 cache.
    9793 *****************************************************************************************
    98  * @ chdev      : pointer on MMC device descriptor.
     94 * @ mmc_xp     : extended pointer on MMC device descriptor.
    9995 ****************************************************************************************/
    100 void dev_mmc_init( struct chdev_s * chdev );
     96void dev_mmc_init( xptr_t  mmc_xp );
    10197
    10298/*****************************************************************************************
Note: See TracChangeset for help on using the changeset viewer.