c8a649c08f
Change-Id: I9cebfc5c77187bd81094031c43ff6df094908417 Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/27010 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Patrick Georgi <pgeorgi@google.com>
13 lines
326 B
C
13 lines
326 B
C
/* (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 */
|