[lantiq]
[openwrt/svn-archive/archive.git] / package / lqtapi / src / mps / vmmc-sig.h
diff --git a/package/lqtapi/src/mps/vmmc-sig.h b/package/lqtapi/src/mps/vmmc-sig.h
deleted file mode 100644 (file)
index e8f0470..0000000
+++ /dev/null
@@ -1,19 +0,0 @@
-#ifndef __VMMC_SIG_H__
-#define __VMMC_SIG_H__
-
-#include "vmmc-module.h"
-
-struct vmmc_sig {
-       struct vmmc *vmmc;
-       unsigned int id;
-       struct vmmc_module module;
-
-       uint32_t sig_cache;
-       uint32_t dtmfr_cache;
-};
-
-int vmmc_sig_init(struct vmmc_sig *sig, struct vmmc *vmmc, unsigned int id);
-
-void vmmc_sig_dtmf_event_handler(struct vmmc *vmmc, uint32_t event, uint32_t data);
-
-#endif