/alps/pcitool

To get this branch, use:
bzr branch http://suren.me/webbzr/alps/pcitool
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#ifndef _PCIDRIVER_BASE_H
#define _PCIDRIVER_BASE_H

#include "config.h"
#include "compat.h"
#include "debug.h"
#include "pcibus.h"
#include "sysfs.h"
#include "dev.h"
#include "int.h"

pcidriver_privdata_t *pcidriver_get_privdata(int devid);
void pcidriver_put_privdata(pcidriver_privdata_t *privdata);

#endif /* _PCIDRIVER_BASE_H */