/* +------------------------------------------------------------------------------ | Project : Device Filesystem +------------------------------------------------------------------------------ | Copyright 2004, 2005 www.fayfayspace.org. | All rights reserved. |------------------------------------------------------------------------------ | File : dfs_efs.h |------------------------------------------------------------------------------ | Chang Logs: | Date Author Notes | 2008-08-30 Yi.Qiu +------------------------------------------------------------------------------ */ #ifndef __DFS_EFS_H__ #define __DFS_EFS_H__ #ifdef __cplusplus extern "C" { #endif int efsl_init(void); #ifdef __cplusplus } #endif #endif