summaryrefslogtreecommitdiffstats
path: root/src/include/device/cardbus.h
blob: 45ae24f00881aeb6b9e12acfa6d2b9c577214cf3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
/* (c) 2005 Linux Networx GPL see COPYING for details */

#ifndef DEVICE_CARDBUS_H
#define DEVICE_CARDBUS_H

#include <device/device.h>

void cardbus_read_resources(device_t dev);
void cardbus_enable_resources(device_t dev);

extern struct device_operations default_cardbus_ops_bus;

#endif /* DEVICE_CARDBUS_H */