Ignore:
Timestamp:
Sep 21, 2018, 10:26:16 PM (6 years ago)
Author:
nicolas.van.phan@…
Message:

Make soclib_sdc internal function not use globals

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/hal/tsar_mips32/drivers/soclib_sdc.h

    r550 r558  
    1717// SD card structure definition
    1818///////////////////////////////////////////////////////////////////////////////
    19 struct sdcard_dev
     19typedef struct sdcard_dev
    2020{
    2121    // SPI controller pointer
     
    3636    // is the card high capacity ?
    3737    int sdhc;
    38 };
     38}
     39sdcard_dev_t;
    3940
    4041///////////////////////////////////////////////////////////////////////////////
Note: See TracChangeset for help on using the changeset viewer.