Implement Format().

svn path=/trunk/; revision=65971
This commit is contained in:
Eric Kohl 2015-01-04 15:34:23 +00:00
parent b7aadbcb61
commit c5626957ba

View file

@ -23,6 +23,13 @@ Format(
IN BOOLEAN QuickFormat,
IN PFMIFSCALLBACK Callback)
{
FormatEx(DriveRoot,
MediaFlag,
Format,
Label,
QuickFormat,
0,
Callback);
}
/* FMIFS.7 */