Gitiles
Code Review
Sign In
gerrit.twrp.me
/
android_bootable_recovery
/
fb60a94f0a1d24c0f6e548df8385cdea25eca758
/
.
/
libblkid
/
wholedisk.h
blob: 251479e765b40fa72e13b04a72d04d09818933c8 [
file
] [
log
] [
blame
]
#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 */