mirror of
https://github.com/torvalds/linux.git
synced 2026-05-25 15:41:52 +02:00
mhi: Fix networking tree build.
Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
ebca25ead0
commit
40e1594038
|
|
@ -719,8 +719,13 @@ void mhi_device_put(struct mhi_device *mhi_dev);
|
|||
* host and device execution environments match and
|
||||
* channels are in a DISABLED state.
|
||||
* @mhi_dev: Device associated with the channels
|
||||
* @flags: MHI channel flags
|
||||
*/
|
||||
int mhi_prepare_for_transfer(struct mhi_device *mhi_dev);
|
||||
int mhi_prepare_for_transfer(struct mhi_device *mhi_dev,
|
||||
unsigned int flags);
|
||||
|
||||
/* Automatically allocate and queue inbound buffers */
|
||||
#define MHI_CH_INBOUND_ALLOC_BUFS BIT(0)
|
||||
|
||||
/**
|
||||
* mhi_unprepare_from_transfer - Reset UL and DL channels for data transfer.
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user