分支自 DSP/ADSP21569/DSP-21569

wanglei
2024-03-27 ec21e6d7b11751cba2501c690d0e16fcb0581d3c
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
/*
** adi_initialize.h header file generated on Ê®Ô 19, 2022 at 14:26:32.
**
** Copyright (C) 2000-2022 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.
*/
 
#ifndef __ADI_COMPONENT_INIT_H__
#define __ADI_COMPONENT_INIT_H__
#include <stdint.h>
 
#ifdef __cplusplus
extern "C" {
#endif
 
/* Declare "adi_initComponents()" */
#pragma byte_addressed
int32_t adi_initComponents(void);
 
#ifdef __cplusplus
}
#endif
 
#endif /* __ADI_COMPONENT_INIT_H__ */