mirror of
https://github.com/joel16/SwitchIdent.git
synced 2024-11-27 05:30:37 +00:00
10 lines
262 B
C
10 lines
262 B
C
#ifndef _SWITCHIDENT_STORAGE_H_
|
|
#define _SWITCHIDENT_STORAGE_H_
|
|
|
|
#include <switch.h>
|
|
|
|
u64 SwitchIdent_GetTotalStorage(FsStorageId storage_id);
|
|
u64 SwitchIdent_GetFreeStorage(FsStorageId storage_id);
|
|
u64 SwitchIdent_GetUsedStorage(FsStorageId storage_id);
|
|
|
|
#endif |