summaryrefslogtreecommitdiff
path: root/tools/gpt/opendisk.h
blob: cb9eb1b625f1ce1fecd26276e6427c41fed7d990 (plain)
1
2
3
4
5
int opendisk(const char *, int, char *, size_t, int);
#define getrawpartition()	3
#ifndef _PATH_DEV
#define _PATH_DEV	"/dev/"
#endif