/* * File : dfs_elm.h * This file is part of Device File System in RT-Thread RTOS * COPYRIGHT (C) 2008-2011, RT-Thread Development Team * * The license and distribution terms for this file may be * found in the file LICENSE in this distribution or at * http://www.rt-thread.org/license/LICENSE. * * Change Logs: * Date Author Notes * 2010-02-06 Bernard Add elm_init function declaration */ #ifndef __DFS_ELM_H__ #define __DFS_ELM_H__ #ifdef __cplusplus extern "C" { #endif int elm_init(void); #ifdef __cplusplus } #endif #endif