1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-05 09:14:03 +00:00

Define get_memory_offset method

This commit is contained in:
Warner Losh 2000-08-11 15:51:51 +00:00
parent acaf1e1fc5
commit 2c6b3ec454
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=64544

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
#