appResources.h
上传用户:dahaojd
上传日期:2008-01-29
资源大小:14357k
文件大小:1k
源码类别:

DSP编程

开发平台:

C/C++

  1. /*
  2.  *  Copyright 2002 by Texas Instruments Incorporated.
  3.  *  All rights reserved. Property of Texas Instruments Incorporated.
  4.  *  Restricted rights to use, duplicate or disclose this code are
  5.  *  granted through contract.
  6.  *  
  7.  */
  8. /* "@(#) RF5_IEK 2.00.01 11-26-02 (swat-c18)" */
  9. /*
  10.  *  ======== appResources.h ========
  11.  *
  12.  */
  13. #ifndef APPRESOURCES_
  14. #define APPRESOURCES_
  15. #include "appBiosObjects.h"
  16. //#include "appIo.h"
  17. #ifdef __cplusplus
  18. extern "C" {
  19. #endif
  20. #define MEMALIGN 128
  21. #ifdef __cplusplus
  22. }
  23. #endif // extern "C" 
  24. #endif // APPRESOURCES_