summaryrefslogtreecommitdiffstats
path: root/model.c
diff options
context:
space:
mode:
Diffstat (limited to 'model.c')
-rw-r--r--model.c22
1 files changed, 0 insertions, 22 deletions
diff --git a/model.c b/model.c
deleted file mode 100644
index 65f96aa..0000000
--- a/model.c
+++ /dev/null
@@ -1,22 +0,0 @@
-#include <stdio.h>
-#include <string.h>
-#include <strings.h>
-#include <stdlib.h>
-#include <stdint.h>
-#include <fcntl.h>
-#include <unistd.h>
-#include <sys/ioctl.h>
-#include <sys/mman.h>
-#include <arpa/inet.h>
-#include <errno.h>
-#include <assert.h>
-
-#include "pcilib.h"
-#include "pci.h"
-#include "tools.h"
-#include "error.h"
-
-
-const pcilib_model_description_t *pcilib_get_model_description(pcilib_t *ctx) {
- return &ctx->model_info;
-}