From 527b55c138f3ba0ba9d645dee3ae2368c6b20357 Mon Sep 17 00:00:00 2001 From: "bernard.xiong" Date: Mon, 8 Feb 2010 14:15:39 +0000 Subject: [PATCH] add elm_init function declaration. git-svn-id: https://rt-thread.googlecode.com/svn/trunk@394 bbd45198-f89e-11dd-88c7-29a3b14d5316 --- filesystem/dfs/include/dfs_elm.h | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 filesystem/dfs/include/dfs_elm.h diff --git a/filesystem/dfs/include/dfs_elm.h b/filesystem/dfs/include/dfs_elm.h new file mode 100644 index 0000000000..dea7162080 --- /dev/null +++ b/filesystem/dfs/include/dfs_elm.h @@ -0,0 +1,29 @@ +/* ++------------------------------------------------------------------------------ +| Project : Device Filesystem ++------------------------------------------------------------------------------ +| Copyright 2004, 2005 www.fayfayspace.org. +| All rights reserved. +|------------------------------------------------------------------------------ +| File : dfs_efs.h +|------------------------------------------------------------------------------ +| Chang 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