Adapt the AIL filter used to new ones
[profile/ivi/ico-uxf-homescreen.git] / lib / system-controller / CicoLog.h
1 /*
2  * Copyright (c) 2013, TOYOTA MOTOR CORPORATION.
3  *
4  * This program is licensed under the terms and conditions of the
5  * Apache License, version 2.0.  The full text of the Apache License is at
6  * http://www.apache.org/licenses/LICENSE-2.0
7  *
8  */
9
10 //==========================================================================
11 /**
12  *  @file   CicoLog.h
13  *
14  *  @brief  This file is definition of dubug log functions
15  */
16 //==========================================================================
17 #ifndef __CICO_LOG_H__
18 #define __CICO_LOG_H__
19
20 #include <ico_log.h>
21
22 #endif  // __CICO__LOG_H__
23 // vim:set expandtab ts=4 sw=4: