summaryrefslogtreecommitdiffstats
path: root/sys/dev/pccard
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/pccard')
-rw-r--r--sys/dev/pccard/card_if.m7
1 files changed, 7 insertions, 0 deletions
diff --git a/sys/dev/pccard/card_if.m b/sys/dev/pccard/card_if.m
index 6e925fb..641e398 100644
--- a/sys/dev/pccard/card_if.m
+++ b/sys/dev/pccard/card_if.m
@@ -66,6 +66,13 @@ METHOD int set_memory_offset {
u_int32_t offset;
}
+METHOD int get_memory_offset {
+ device_t dev;
+ device_t child;
+ int rid;
+ u_int32_t *offset;
+}
+
#
# pccard bridges call this method to initate the attachment of a card
#
OpenPOWER on IntegriCloud