nyx: adhere to nx_emmc_bis changes

This commit is contained in:
CTCaer
2022-01-20 13:26:24 +02:00
parent 20c4d6dba6
commit 781f377083
4 changed files with 3 additions and 5 deletions

View File

@@ -1,5 +1,7 @@
/*-----------------------------------------------------------------------*/
/* Low level disk I/O module skeleton for FatFs (C)ChaN, 2016 */
/* Low level disk I/O module skeleton for FatFs */
/* (C) ChaN, 2016 */
/* (C) CTCaer, 2018-2020 */
/*-----------------------------------------------------------------------*/
/* If a working storage control module is available, it should be */
/* attached to the FatFs via a glue function rather than modifying it. */
@@ -12,7 +14,6 @@
#include <bdk.h>
#include <libs/fatfs/diskio.h> /* FatFs lower layer API */
#include "../../storage/nx_emmc_bis.h"
static u32 sd_rsvd_sectors = 0;
static u32 ramdisk_sectors = 0;