blob: 056e6acf3640e30d2db44bda809a4ca1e7f8328d [file] [log] [blame]
Martin Roth239b5df2022-07-26 22:18:26 -06001/* SPDX-License-Identifier: GPL-2.0-only */
2
Edward O'Callaghan618ddfe2014-06-20 21:49:39 +10003/* (c) 2005 Linux Networx GPL see COPYING for details */
4
Yinghai Lu13f1c2a2005-07-08 02:49:49 +00005#ifndef DEVICE_CARDBUS_H
6#define DEVICE_CARDBUS_H
Edward O'Callaghan618ddfe2014-06-20 21:49:39 +10007
8#include <device/device.h>
Yinghai Lu13f1c2a2005-07-08 02:49:49 +00009
Elyes HAOUASc8a649c2018-06-10 23:36:44 +020010void cardbus_read_resources(struct device *dev);
11void cardbus_enable_resources(struct device *dev);
Yinghai Lu13f1c2a2005-07-08 02:49:49 +000012
13extern struct device_operations default_cardbus_ops_bus;
14
15#endif /* DEVICE_CARDBUS_H */