summaryrefslogtreecommitdiffstats
path: root/model.c
diff options
context:
space:
mode:
Diffstat (limited to 'model.c')
-rw-r--r--model.c35
1 files changed, 0 insertions, 35 deletions
diff --git a/model.c b/model.c
index 28391a2..765a885 100644
--- a/model.c
+++ b/model.c
@@ -13,41 +13,6 @@
#include "events.h"
#include "model.h"
-
-
-
-static const pcilib_event_description_t pcidev_events[] = {
- {PCILIB_EVENT0, "new_event", ""},
- {0, NULL, NULL}
-};
-
-static const pcilib_event_data_type_description_t pcidev_data_types[] = {
- {PCIDEV_RAW_DATA, PCILIB_EVENT0, "raw", "raw data from device" },
- {PCIDEV_STANDARD_DATA, PCILIB_EVENT0, "std", "processed data" },
- {0, 0, NULL, NULL}
-};
-
-
-pcilib_event_api_description_t pcidev_event_api = {
- PCIDEV_VERSION,
-
- pcidev_init,
- pcidev_free,
-
- pcidev_init_dma,
-
- pcidev_reset,
- pcidev_start,
- pcidev_stop,
- pcidev_trigger,
-
- pcidev_stream,
- NULL,
- pcidev_get_data,
- pcidev_return_data
-};
-
-
static const pcilib_model_description_t pcidev_models[] = {{
PCILIB_EVENT_INTERFACE_VERSION,
&pcidev_event_api,