/alps/pcitool

To get this branch, use:
bzr branch http://suren.me/webbzr/alps/pcitool
1 by Suren A. Chilingaryan
Initial import
1
#ifndef _PCIDRIVER_BASE_H
2
#define _PCIDRIVER_BASE_H
3
365 by Suren A. Chilingaryan
Restructure driver headers
4
#include "config.h"
5
#include "compat.h"
6
#include "debug.h"
7
#include "pcibus.h"
1 by Suren A. Chilingaryan
Initial import
8
#include "sysfs.h"
365 by Suren A. Chilingaryan
Restructure driver headers
9
#include "dev.h"
10
#include "int.h"
11
12
pcidriver_privdata_t *pcidriver_get_privdata(int devid);
13
void pcidriver_put_privdata(pcidriver_privdata_t *privdata);
14
15
#endif /* _PCIDRIVER_BASE_H */