/alps/pcitool

To get this branch, use:
bzr branch http://suren.me/webbzr/alps/pcitool

« back to all changes in this revision

Viewing changes to kmem.h

  • Committer: Suren A. Chilingaryan
  • Date: 2012-11-14 04:39:28 UTC
  • Revision ID: csa@dside.dyndns.org-20121114043928-f4do26r8bn0llgle
Xilinx benchmark

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
#define _PCILIB_KMEM_H
3
3
 
4
4
#include "pcilib.h"
 
5
 
 
6
typedef struct pcilib_kmem_list_s pcilib_kmem_list_t;
 
7
 
5
8
#include "tools.h"
6
9
 
7
10
typedef enum {
53
56
typedef void pcilib_kmem_handle_t;
54
57
 
55
58
 
56
 
typedef struct pcilib_kmem_list_s pcilib_kmem_list_t;
57
59
struct pcilib_kmem_list_s {
58
60
    pcilib_kmem_list_t *next, *prev;
59
61