ADuCM4x50 Device Drivers API Reference Manual  Release 4.0.0.0
adi_initialize.h
1 /*
2 ** adi_initialize.h header file generated on November 9, 2016 at 16:46:27.
3 **
4 ** Copyright (C) 2000-2016 Analog Devices Inc., All Rights Reserved.
5 **
6 ** This file is generated automatically. You should not modify this source file,
7 ** as your changes will be lost if this source file is re-generated.
8 */
9 
10 #ifndef __ADI_COMPONENT_INIT_H__
11 #define __ADI_COMPONENT_INIT_H__
12 #include <stdint.h>
13 
14 #ifdef __cplusplus
15 extern "C" {
16 #endif
17 
18 /* Declare "adi_initComponents()" */
19 int32_t adi_initComponents(void);
20 
21 #ifdef __cplusplus
22 }
23 #endif
24 
25 #endif /* __ADI_COMPONENT_INIT_H__ */
26