From a4a321028023cb9d65d533adaa3b6c2c3b49eee2 Mon Sep 17 00:00:00 2001 From: Tayler Hetherington Date: Thu, 13 Dec 2012 10:30:09 -0800 Subject: Renaming src/mcpat -> src/gpuwattch [git-p4: depot-paths = "//depot/gpgpu_sim_research/fermi/distribution/": change = 14798] --- src/gpuwattch/cacti/cacti.i | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 src/gpuwattch/cacti/cacti.i (limited to 'src/gpuwattch/cacti/cacti.i') diff --git a/src/gpuwattch/cacti/cacti.i b/src/gpuwattch/cacti/cacti.i new file mode 100644 index 0000000..7964138 --- /dev/null +++ b/src/gpuwattch/cacti/cacti.i @@ -0,0 +1,8 @@ +%module cacti +%{ +/* Includes the header in the wrapper code */ +#include "cacti_interface.h" +%} + +/* Parse the header file to generate wrappers */ +%include "cacti_interface.h" \ No newline at end of file -- cgit v1.3