summaryrefslogtreecommitdiffstats
path: root/src/include/device/cardbus.h
blob: 056e6acf3640e30d2db44bda809a4ca1e7f8328d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
/* SPDX-License-Identifier: GPL-2.0-only */

/* (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(struct device *dev);
void cardbus_enable_resources(struct device *dev);

extern struct device_operations default_cardbus_ops_bus;

#endif /* DEVICE_CARDBUS_H */