Upload Tizen:Base source
[framework/base/util-linux-ng.git] / include / pttype.h
1 #ifndef PTTYPE_H
2 #define PTTYPE_H
3
4 /*
5  * Note that this is a temporary solution. The final solution will be to move
6  * libdisk from xfsprogs to util-linux-ng.
7  */
8 extern const char *get_pt_type(const char *device);
9 extern const char *get_pt_type_fd(int fd);
10
11 #endif