31 lines
673 B
C
31 lines
673 B
C
#ifndef _SDI_PORTINFO_H
|
|
#define _SDI_PORTINFO_H
|
|
/* File: E:/temp/SDSoc_2015.2/z_turn20/SDDebug/_sds/p0/.cf_work/portinfo.h */
|
|
#ifdef __cplusplus
|
|
extern "C" {
|
|
#endif
|
|
|
|
struct _p0_swblk_mmult {
|
|
cf_port_send_t cmd_mmult;
|
|
cf_port_send_t A;
|
|
cf_port_send_t B;
|
|
cf_port_receive_t C;
|
|
};
|
|
|
|
extern struct _p0_swblk_mmult _p0_swinst_mmult_0;
|
|
void _p0_cf_framework_open(int);
|
|
void _p0_cf_framework_close(int);
|
|
|
|
#ifdef __cplusplus
|
|
};
|
|
#endif
|
|
#ifdef __cplusplus
|
|
extern "C" {
|
|
#endif
|
|
void switch_to_next_partition(int);
|
|
void init_first_partition();
|
|
void close_last_partition();
|
|
#ifdef __cplusplus
|
|
};
|
|
#endif /* extern "C" */
|
|
#endif /* _SDI_PORTINFO_H_ */
|