1 /**
2  * f2fs_format_utils.c
3  *
4  * Copyright (c) 2014 Samsung Electronics Co., Ltd.
5  *             http://www.samsung.com/
6  *
7  * Dual licensed under the GPL or LGPL version 2 licenses.
8  */
9 #define _LARGEFILE64_SOURCE
10 
11 #include "f2fs_fs.h"
12 
13 extern struct f2fs_configuration config;
14 
15 int f2fs_trim_device(void);
16 int f2fs_format_device(void);
17