summaryrefslogtreecommitdiff
path: root/direct/timothy_tests/quick_tests/test_yaffs_unmount.c
blob: 811120611093f8b03498c5aef59f2a248f0cb4dc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
/*
 * YAFFS: Yet another FFS. A NAND-flash specific file system.
 *
 * Copyright (C) 2002-2010 Aleph One Ltd.
 *   for Toby Churchill Ltd and Brightstar Engineering
 *
 * Created by Timothy Manning <timothy@yaffs.net>
 *
 * 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.
 */

#include "test_yaffs_unmount.h"

int test_yaffs_unmount(void)
{
	return yaffs_unmount(YAFFS_MOUNT_POINT);
}

int test_yaffs_unmount_clean(void)
{
	return test_yaffs_mount();	
}