summaryrefslogtreecommitdiff
path: root/fdisk/gpt.h
blob: e57c24a3311cfbf3db22e645a8677f44cf8104d2 (plain)
1
2
3
4
5
6
7
8
#ifndef FDISK_GPT_H
#define FDISK_GPT_H

extern int gpt_probe_signature_fd(int fd);
extern int gpt_probe_signature_devname(char *devname);

#endif /* FDISK_GPT_H */