1 /* 2 * Copyright (c) 2018 Intel Corporation. 3 * 4 * SPDX-License-Identifier: Apache-2.0 5 */ 6 7 #include <zephyr/fs/fs.h> 8 9 void test_fs_help(void); 10 void test_fs_fat_mount(void); 11 void test_fs_littlefs_mount(void); 12 void test_fs_shell_exit(void); 13