mirror of
https://github.com/fastfetch-cli/fastfetch.git
synced 2026-09-13 02:42:09 +02:00
7 lines
178 B
C
7 lines
178 B
C
#include "diskio.h"
|
|
|
|
const char* ffDiskIOGetIoCounters(FF_MAYBE_UNUSED FFlist* result, FF_MAYBE_UNUSED FFDiskIOOptions* options)
|
|
{
|
|
return "Not supported on this platform";
|
|
}
|