/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 driver/common.h

  • Committer: Suren A. Chilingaryan
  • Date: 2015-04-20 20:01:04 UTC
  • Revision ID: csa@suren.me-20150420200104-b5xny65io8lvoz3w
Big redign of model structures

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
#ifndef _PCIDRIVER_COMMON_H
2
2
#define _PCIDRIVER_COMMON_H
3
3
 
4
 
#include "pcilib_types.h"
5
 
 
 
4
#include "../kmem.h"
6
5
/*************************************************************************/
7
6
/* Private data types and structures */
8
7