aboutsummaryrefslogtreecommitdiffstats
path: root/mkfs/f2fs_format_utils.h
blob: 3ba0fd674725babcabd770e7936f61678b635bb1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
/**
 * f2fs_format_utils.c
 *
 * Copyright (c) 2014 Samsung Electronics Co., Ltd.
 *             http://www.samsung.com/
 *
 * This program is free software; you can redistribute it and/or modify
 * it under the terms of the GNU General Public License version 2 as
 * published by the Free Software Foundation.
 */
#define _LARGEFILE64_SOURCE

#include "include/f2fs_fs.h"
#include "include/f2fs_version.h"

extern struct f2fs_configuration config;

void f2fs_finalize_device();
int f2fs_trim_device();