summaryrefslogtreecommitdiffstats
path: root/loader2/getparts.h
blob: e4c1cdcc7e7c2906a0473c91ac9c38985e694e39 (plain)
1
2
3
4
5
6
7
8
#ifndef GETPARTS_H
#define GETPARTS_H

char **getPartitionsList(char * disk);
int lenPartitionsList(char **list);
void freePartitionsList(char **list);

#endif