repo.or.cz
/
omfsprogs.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Fix incorrect swap in mkomfs
[omfsprogs.git]
/
disksize.h
blob
c93997b31293c9f2415936a4b25890acab43b9df
1
#ifndef _DISKSIZE_H
2
#define _DISKSIZE_H
3
4
#include
"config.h"
5
6
int
get_disk_size
(
char
*
device
,
u64
*
size
);
7
8
#endif
/* _DISKSIZE_H */