SM3_core/c_model/dpiheader.h
2020-07-29 16:41:43 +08:00

34 lines
557 B
C

/* MTI_DPI */
/*
* Copyright 2002-2016 Mentor Graphics Corporation.
*
* Note:
* This file is automatically generated.
* Please do not edit this file - you will lose your edits.
*
* Settings when this file was generated:
* PLATFORM = 'win64'
*/
#ifndef INCLUDED_DPIHEADER
#define INCLUDED_DPIHEADER
#ifdef __cplusplus
#define DPI_LINK_DECL extern "C"
#else
#define DPI_LINK_DECL
#endif
#include "svdpi.h"
DPI_LINK_DECL DPI_DLLESPEC
void
sm3_c(
int len,
const svOpenArrayHandle data,
const svOpenArrayHandle res);
#endif