bootElfLib.h
上传用户:luoyougen
上传日期:2008-05-12
资源大小:23136k
文件大小:1k
源码类别:

VxWorks

开发平台:

C/C++

  1. /* bootElfLib.h - ELF object module boot loader library header */
  2. /* Copyright 1984-1992 Wind River Systems, Inc. */
  3. /*
  4. modification history
  5. --------------------
  6. 01a,25oct93,cd   created from bootEcoffLib.h v01b
  7. */
  8. #ifndef __INCbootElfLibh
  9. #define __INCbootElfLibh
  10. #ifdef __cplusplus
  11. extern "C" {
  12. #endif
  13. /* function declarations */
  14. #if defined(__STDC__) || defined(__cplusplus)
  15. extern STATUS bootElfInit ();
  16. #else /* __STDC__ */
  17. extern STATUS bootElfInit ();
  18. #endif /* __STDC__ */
  19. #ifdef __cplusplus
  20. }
  21. #endif
  22. #endif /* __INCbootElfLibh */