Define get_memory_offset method
This commit is contained in:
parent
6f43e98744
commit
0dd71f49e0
@ -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
|
||||
#
|
||||
|
Loading…
x
Reference in New Issue
Block a user