mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-06-21 06:01:23 +00:00
ipack: add ipack_get_device() ipack_put_device()
Prepare everything for later use. Signed-off-by: Samuel Iglesias Gonsalvez <siglesias@igalia.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
1116575d91
commit
fa882867ae
2 changed files with 15 additions and 0 deletions
|
@ -221,6 +221,9 @@ void ipack_driver_unregister(struct ipack_driver *edrv);
|
|||
int ipack_device_register(struct ipack_device *dev);
|
||||
void ipack_device_unregister(struct ipack_device *dev);
|
||||
|
||||
void ipack_get_device(struct ipack_device *dev);
|
||||
void ipack_put_device(struct ipack_device *dev);
|
||||
|
||||
/**
|
||||
* DEFINE_IPACK_DEVICE_TABLE - macro used to describe a IndustryPack table
|
||||
* @_table: device table name
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue