You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

18 lines
372 B

/**
* 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 c;
int f2fs_trim_device(int, u_int64_t);
int f2fs_trim_devices(void);
int f2fs_format_device(void);