diff options
author | Suren A. Chilingaryan <csa@dside.dyndns.org> | 2012-11-14 05:39:28 +0100 |
---|---|---|
committer | Suren A. Chilingaryan <csa@dside.dyndns.org> | 2012-11-14 05:39:28 +0100 |
commit | 7f6ee41a4963b05494900d8392f82f318c476770 (patch) | |
tree | 6fdc990fa93949310511f7f6e3026b21d0114c87 /kmem.h | |
parent | 8ae66e50aa659a45dc108433d63917b25cb08cbe (diff) | |
download | ipecamera-7f6ee41a4963b05494900d8392f82f318c476770.tar.gz ipecamera-7f6ee41a4963b05494900d8392f82f318c476770.tar.bz2 ipecamera-7f6ee41a4963b05494900d8392f82f318c476770.tar.xz ipecamera-7f6ee41a4963b05494900d8392f82f318c476770.zip |
Xilinx benchmark
Diffstat (limited to 'kmem.h')
-rw-r--r-- | kmem.h | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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; |