#ifndef APP_SDIO_H #define APP_SDIO_H int app_sdio_init(void); uint32_t app_sdio_get_id(void); #endif