summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorMatthias Schiffer <matthias@gamezock.de>2010-04-06 13:03:41 +0200
committerMatthias Schiffer <matthias@gamezock.de>2010-04-06 13:03:41 +0200
commit3ee64bbc1726c725c6cd5237a5ceeb45a2edc8d7 (patch)
treef44d6668e55f37199b08e6b3a31f5ede4c865c4f /src
downloadhwiid-3ee64bbc1726c725c6cd5237a5ceeb45a2edc8d7.tar
hwiid-3ee64bbc1726c725c6cd5237a5ceeb45a2edc8d7.zip
Initial commit
Diffstat (limited to 'src')
-rw-r--r--src/HWiid.hsc9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/HWiid.hsc b/src/HWiid.hsc
new file mode 100644
index 0000000..6f4679d
--- /dev/null
+++ b/src/HWiid.hsc
@@ -0,0 +1,9 @@
+{-# LANGUAGE ForeignFunctionInterface, DeriveDataTypeable #-}
+
+module HWiid (
+ ) where
+
+
+#include <cwiid.h>
+
+