summaryrefslogtreecommitdiffstats
path: root/driver/base.h
blob: 0203808a5e59b65a8e99be3ee605635ccf4fb2cc (plain)
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 */