mirror of
https://github.com/ljgibbslf/SM3_core.git
synced 2024-08-18 19:54:12 +08:00
34 lines
557 B
C
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
|