2 * Copyright 2008 Haiku Inc. All rights reserved.
3 * Distributed under the terms of the MIT License.
6 * Marco Minutoli, mminutoli@gmail.com
13 #include <DiskDevice.h>
14 #include <DiskDeviceRoster.h>
19 FsCreator(const char* path
, const char* type
,
20 const char* volumeName
, const char* fsOptions
,
21 bool quick
, bool verbose
);
30 const char* fVolumeName
;
31 const char* fFsOptions
;
36 #endif // _FSCREATOR_H_