nanokernel: rename struct s_CCS to struct ccs

Follow coding conventions.

Change-Id: Ie398d66e6255b76b4546aa9c827997b5dfb0743c
Signed-off-by: Benjamin Walsh <benjamin.walsh@windriver.com>
This commit is contained in:
Benjamin Walsh 2015-06-04 14:21:35 -04:00 committed by Anas Nashif
commit f9d34ff899
7 changed files with 14 additions and 14 deletions

View file

@ -61,7 +61,7 @@ tNANO _nanokernel = {0};
* RETURNS: N/A
*/
static ALWAYS_INLINE void _context_monitor_init(struct s_CCS *pCcs /* context */
static ALWAYS_INLINE void _context_monitor_init(struct ccs *pCcs /* context */
)
{
unsigned int key;