/*****************************************************\ * Copyright 2005 Texas Instruments Incorporated. * * All rights reserved. * * Restricted rights to use, duplicate or disclose * * this code are granted through contract. * * * * "@(#) PSP/CSL 3.0.0.0 (2003-09-30) * \*****************************************************/ #ifndef _CSL_H_ #define _CSL_H_ #ifdef __cplusplus extern "C" { #endif #include #include void CSL_sysInit ( void ); #ifdef __cplusplus } #endif #endif /* _CSL_H_ */