summaryrefslogtreecommitdiff
path: root/fdisks/gpt.h
blob: 2ac21c436b8125b5f6607e62ca4d1e68f152920e (plain)
1
2
3
4
5
6
7
#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 */