aboutsummaryrefslogtreecommitdiffstats
path: root/mkfs/f2fs_format_utils.h
blob: 9f531ee3f363fddaa9b640fe024e608bce4d0cd3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
/**
 * 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

#ifndef ANDROID
#include "f2fs_fs.h"
#else
#include "include/f2fs_fs.h"
#endif

extern struct f2fs_configuration config;

int f2fs_trim_device(void);
int f2fs_format_device(void);