blob: 8bf598e216758e49d0b00f976675db84f4b03c15 [file] [log] [blame]
/**
* f2fs_format_utils.c
*
* Copyright (c) 2014 Samsung Electronics Co., Ltd.
* http://www.samsung.com/
*
* Dual licensed under the GPL or LGPL version 2 licenses.
*/
#define _LARGEFILE64_SOURCE
#include "f2fs_fs.h"
extern struct f2fs_configuration config;
int f2fs_trim_device(int);
int f2fs_format_device(void);