ADuCM4x50 Device Drivers API Reference Manual  Release 4.0.0.0
adi_initialize.c
1 /*
2 ** adi_initialize.c source 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 #include <sys/platform.h>
11 
12 #include "adi_initialize.h"
13 
14 
15 int32_t adi_initComponents(void)
16 {
17  int32_t result = 0;
18 
19 
20  return result;
21 }
22