35 lines
1.0 KiB
C
35 lines
1.0 KiB
C
/******************************************************************************
|
|
*
|
|
* Freescale Semiconductor Inc.
|
|
* (c) Copyright 2008-2015 Freescale Semiconductor, Inc.
|
|
* ALL RIGHTS RESERVED.
|
|
*
|
|
******************************************************************************/
|
|
/**************************************************************************//**
|
|
* @addtogroup LIN21_core_api_group
|
|
* @{
|
|
******************************************************************************/
|
|
/**************************************************************************//**
|
|
*
|
|
* @file lin_lin21_api.h
|
|
*
|
|
* @author FPT Software
|
|
*
|
|
* @brief Common LIN 2.1 API functions
|
|
*
|
|
******************************************************************************/
|
|
/******************************************************************************
|
|
*
|
|
* History:
|
|
*
|
|
* 20090407 v1.0 First version
|
|
*
|
|
*****************************************************************************/
|
|
|
|
#ifndef _LIN_LIN21_API_H
|
|
#define _LIN_LIN21_API_H
|
|
|
|
#include "lin.h"
|
|
|
|
#endif /* _LIN_LIN21_API_H */
|
|
/** @} */ |