123456789101112131415161718192021222324252627282930 |
- /* ===========================================================================
- * Copyright (c) Texas Instruments Inc 2002, 2003, 2004, 2005, 2006
- *
- * Use of this software is controlled by the terms and conditions found
- * in the license agreement under which this software has been supplied
- * provided
- *
- * ===========================================================================
- */
- /** ============================================================================
- * @file cslr_ectl.h
- *
- * @path $(CSLPATH)\inc
- *
- * @desc This file contains the Register Desciptions for TIMER
- *
- */
- #ifndef CSLR_ECTL_TOP_H_
- #define CSLR_ECTL_TOP_H_
- #include <ti/csl/cslr.h>
- #include <ti/csl/tistdtypes.h>
- #if defined (SOC_C6657) || defined (SOC_OMAPL137) || defined (SOC_OMAPL138)
- #include <ti/csl/src/ip/ectl/V0/cslr_ectl.h>
- #endif
- #endif
|