From 7f6ee41a4963b05494900d8392f82f318c476770 Mon Sep 17 00:00:00 2001 From: "Suren A. Chilingaryan" Date: Wed, 14 Nov 2012 05:39:28 +0100 Subject: Xilinx benchmark --- kmem.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'kmem.h') diff --git a/kmem.h b/kmem.h index c093389..a11518a 100644 --- a/kmem.h +++ b/kmem.h @@ -2,6 +2,9 @@ #define _PCILIB_KMEM_H #include "pcilib.h" + +typedef struct pcilib_kmem_list_s pcilib_kmem_list_t; + #include "tools.h" typedef enum { @@ -53,7 +56,6 @@ typedef struct { typedef void pcilib_kmem_handle_t; -typedef struct pcilib_kmem_list_s pcilib_kmem_list_t; struct pcilib_kmem_list_s { pcilib_kmem_list_t *next, *prev; -- cgit v1.2.3