blob: 4443c155db306e52ddee326a517b8126e5cd4dee [file] [log] [blame]
Edward O'Callaghan618ddfe2014-06-20 21:49:39 +10001/* (c) 2005 Linux Networx GPL see COPYING for details */
2
Yinghai Lu13f1c2a2005-07-08 02:49:49 +00003#ifndef DEVICE_CARDBUS_H
4#define DEVICE_CARDBUS_H
Edward O'Callaghan618ddfe2014-06-20 21:49:39 +10005
6#include <device/device.h>
Yinghai Lu13f1c2a2005-07-08 02:49:49 +00007
Elyes HAOUASc8a649c2018-06-10 23:36:44 +02008void cardbus_read_resources(struct device *dev);
9void cardbus_enable_resources(struct device *dev);
Yinghai Lu13f1c2a2005-07-08 02:49:49 +000010
11extern struct device_operations default_cardbus_ops_bus;
12
13#endif /* DEVICE_CARDBUS_H */