Define get_memory_offset method

This commit is contained in:
imp 2000-08-11 15:51:51 +00:00
parent 6f43e98744
commit 0dd71f49e0

View File

@ -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
#