1 /*
2  * Copyright (c) 2018 Intel Corporation.
3  *
4  * SPDX-License-Identifier: Apache-2.0
5  */
6 void test_fat_mount(void);
7 void test_fat_open(void);
8 void test_fat_write(void);
9 void test_fat_read(void);
10 void test_fat_close(void);
11 void test_fat_unlink(void);
12 void test_fat_mkdir(void);
13 void test_fat_readdir(void);
14 void test_fat_rmdir(void);
15