summaryrefslogtreecommitdiff
path: root/AlsaShutUp.hs
diff options
context:
space:
mode:
Diffstat (limited to 'AlsaShutUp.hs')
-rw-r--r--AlsaShutUp.hs4
1 files changed, 4 insertions, 0 deletions
diff --git a/AlsaShutUp.hs b/AlsaShutUp.hs
new file mode 100644
index 0000000..cf7436a
--- /dev/null
+++ b/AlsaShutUp.hs
@@ -0,0 +1,4 @@
1module AlsaShutUp where
2import Foreign.C
3
4foreign import ccall "alsaShutUp" shutUp :: IO CInt