ShivaTeja Thoutam / ADBMS2950
Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers common.h Source File

common.h

Go to the documentation of this file.
00001 /**
00002 ********************************************************************************
00003 *
00004 * @file:    common.h
00005 *
00006 * @brief:   This file contains common header files.
00007 *
00008 * @details:
00009 *
00010 *******************************************************************************
00011 Copyright(c) 2020 Analog Devices, Inc. All Rights Reserved. This software is
00012 proprietary & confidential to Analog Devices, Inc. and its licensors. By using
00013 this software you agree to the terms of the associated Analog Devices License
00014 Agreement.
00015 *******************************************************************************
00016 */
00017 
00018 /*! \addtogroup Common
00019 *  @{
00020 */
00021 
00022 #ifndef __COMMON_H_
00023 #define __COMMON_H_
00024 
00025 /*============= I N C L U D E S =============*/
00026 /*============== D E F I N E S ===============*/
00027 /*============= E X T E R N A L S ============*/
00028 /*============= E N U M E R A T O R S ============*/
00029 
00030 #include <stdio.h>
00031 #include <stdint.h>
00032 #include <stdlib.h>
00033 #include <string.h>
00034 #include <stdbool.h>
00035 #include <stdarg.h>
00036 
00037 #endif /*__COMMON_H_ */
00038 
00039 /** @}*/