Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
system
/
core
/
92a70439d6767f577546ccf7baf215b113265ae0
/
.
/
fastboot
/
fs.h
blob: 289488b2dcd309faac646edcd9d6272e89a88f90 [
file
] [
log
] [
blame
]
#ifndef
_FS_H_
#define
_FS_H_
#include
<stdint.h>
struct
fs_generator
;
const
struct
fs_generator
*
fs_get_generator
(
const
std
::
string
&
fs_type
);
int
fs_generator_generate
(
const
struct
fs_generator
*
gen
,
int
tmpFileNo
,
long
long
partSize
);
#endif