summaryrefslogtreecommitdiff
path: root/src/gpuwattch/cacti/cacti.i
diff options
context:
space:
mode:
authorTayler Hetherington <[email protected]>2012-12-13 10:30:09 -0800
committerAndrew Boktor <[email protected]>2014-08-14 13:49:23 -0700
commita4a321028023cb9d65d533adaa3b6c2c3b49eee2 (patch)
tree97ff957185a372dd94fbe4a51cf149dc1ea4ac9b /src/gpuwattch/cacti/cacti.i
parentdf3051de64e514a7d07f7b7ff0b6c9f95ee2f9ee (diff)
Renaming src/mcpat -> src/gpuwattch
[git-p4: depot-paths = "//depot/gpgpu_sim_research/fermi/distribution/": change = 14798]
Diffstat (limited to 'src/gpuwattch/cacti/cacti.i')
-rw-r--r--src/gpuwattch/cacti/cacti.i8
1 files changed, 8 insertions, 0 deletions
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