summaryrefslogtreecommitdiffstats
path: root/freebsd/sys/dev/mmc/bridge.h
diff options
context:
space:
mode:
Diffstat (limited to 'freebsd/sys/dev/mmc/bridge.h')
-rw-r--r--freebsd/sys/dev/mmc/bridge.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/freebsd/sys/dev/mmc/bridge.h b/freebsd/sys/dev/mmc/bridge.h
index bd61c15a..a26c31ec 100644
--- a/freebsd/sys/dev/mmc/bridge.h
+++ b/freebsd/sys/dev/mmc/bridge.h
@@ -54,6 +54,8 @@
#ifndef DEV_MMC_BRIDGE_H
#define DEV_MMC_BRIDGE_H
+#include <sys/bus.h>
+
/*
* This file defines interfaces for the mmc bridge. The names chosen
* are similar to or the same as the names used in Linux to allow for
@@ -135,4 +137,7 @@ struct mmc_host {
struct mmc_ios ios; /* Current state of the host */
};
+extern driver_t mmc_driver;
+extern devclass_t mmc_devclass;
+
#endif /* DEV_MMC_BRIDGE_H */