dfs_elm.h 816 B

1234567891011121314151617181920212223242526272829
  1. /*
  2. +------------------------------------------------------------------------------
  3. | Project : Device Filesystem
  4. +------------------------------------------------------------------------------
  5. | Copyright 2004, 2005 www.fayfayspace.org.
  6. | All rights reserved.
  7. |------------------------------------------------------------------------------
  8. | File : dfs_efs.h
  9. |------------------------------------------------------------------------------
  10. | Chang Logs:
  11. | Date Author Notes
  12. | 2010-02-06 Bernard Add elm_init function declaration
  13. +------------------------------------------------------------------------------
  14. */
  15. #ifndef __DFS_ELM_H__
  16. #define __DFS_ELM_H__
  17. #ifdef __cplusplus
  18. extern "C" {
  19. #endif
  20. int elm_init(void);
  21. #ifdef __cplusplus
  22. }
  23. #endif
  24. #endif