summaryrefslogtreecommitdiffstats
path: root/libblkid/wholedisk.h
blob: 251479e765b40fa72e13b04a72d04d09818933c8 (plain) (blame)
1
2
3
4
5
6
7
8
#ifndef WHOLEDISK_H
#define WHOLEDISK_H

extern int is_whole_disk(const char *name);
extern int is_whole_disk_fd(int fd, const char *name);

#endif /* WHOLEDISK_H */