gem5/ext/mcpat/cacti/cacti.i

8 lines
173 B
OpenEdge ABL
Raw Normal View History

%module cacti
%{
/* Includes the header in the wrapper code */
#include "cacti_interface.h"
%}
/* Parse the header file to generate wrappers */
%include "cacti_interface.h"