Initial commit

This commit is contained in:
Matthias Schiffer 2010-04-06 13:03:41 +02:00
commit 3ee64bbc17
5 changed files with 707 additions and 0 deletions

9
src/HWiid.hsc Normal file
View file

@ -0,0 +1,9 @@
{-# LANGUAGE ForeignFunctionInterface, DeriveDataTypeable #-}
module HWiid (
) where
#include <cwiid.h>