/*
|
** adi_initialize.c source file generated on °ËÔÂ 5, 2024 at 15:33:20.
|
**
|
** Copyright (C) 2000-2024 Analog Devices Inc., All Rights Reserved.
|
**
|
** This file is generated automatically. You should not modify this source file,
|
** as your changes will be lost if this source file is re-generated.
|
*/
|
|
#include <sys/platform.h>
|
|
#include "adi_initialize.h"
|
|
extern int32_t adi_SRU_Init(void);
|
|
int32_t adi_initComponents(void)
|
{
|
int32_t result = 0;
|
|
|
if (result == 0) {
|
result = adi_SRU_Init(); /* auto-generated code (order:0) */
|
}
|
|
return result;
|
}
|