mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-06-19 13:11:14 +00:00
uwb: add pal parameter to new reservation callback
The pal parameter allows PALs to retrieve their PAL-specific data structure. Signed-off-by: David Vrabel <david.vrabel@csr.com>
This commit is contained in:
parent
58be81ed30
commit
e17be2b2a9
3 changed files with 7 additions and 7 deletions
|
@ -405,7 +405,7 @@ struct uwb_pal {
|
|||
struct list_head node;
|
||||
const char *name;
|
||||
struct device *device;
|
||||
void (*new_rsv)(struct uwb_rsv *rsv);
|
||||
void (*new_rsv)(struct uwb_pal *pal, struct uwb_rsv *rsv);
|
||||
};
|
||||
|
||||
void uwb_pal_init(struct uwb_pal *pal);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue