cslr_ectl.h 886 B

123456789101112131415161718192021222324252627282930
  1. /* ===========================================================================
  2. * Copyright (c) Texas Instruments Inc 2002, 2003, 2004, 2005, 2006
  3. *
  4. * Use of this software is controlled by the terms and conditions found
  5. * in the license agreement under which this software has been supplied
  6. * provided
  7. *
  8. * ===========================================================================
  9. */
  10. /** ============================================================================
  11. * @file cslr_ectl.h
  12. *
  13. * @path $(CSLPATH)\inc
  14. *
  15. * @desc This file contains the Register Desciptions for TIMER
  16. *
  17. */
  18. #ifndef CSLR_ECTL_TOP_H_
  19. #define CSLR_ECTL_TOP_H_
  20. #include <ti/csl/cslr.h>
  21. #include <ti/csl/tistdtypes.h>
  22. #if defined (SOC_C6657) || defined (SOC_OMAPL137) || defined (SOC_OMAPL138)
  23. #include <ti/csl/src/ip/ectl/V0/cslr_ectl.h>
  24. #endif
  25. #endif