diff options
Diffstat (limited to 'drivers/misc/mei/mei_dev.h')
-rw-r--r-- | drivers/misc/mei/mei_dev.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/drivers/misc/mei/mei_dev.h b/drivers/misc/mei/mei_dev.h index 56dee56ab9cc..c91c492063aa 100644 --- a/drivers/misc/mei/mei_dev.h +++ b/drivers/misc/mei/mei_dev.h | |||
@@ -502,6 +502,15 @@ struct mei_cl_cb *mei_amthif_find_read_list_entry(struct mei_device *dev, | |||
502 | 502 | ||
503 | void mei_amthif_run_next_cmd(struct mei_device *dev); | 503 | void mei_amthif_run_next_cmd(struct mei_device *dev); |
504 | 504 | ||
505 | int mei_amthif_irq_write_complete(struct mei_device *dev, s32 *slots, | ||
506 | struct mei_cl_cb *cb, struct mei_cl_cb *cmpl_list); | ||
507 | |||
508 | void mei_amthif_complete(struct mei_device *dev, struct mei_cl_cb *cb); | ||
509 | int mei_amthif_irq_read_msg(struct mei_device *dev, | ||
510 | struct mei_msg_hdr *mei_hdr, | ||
511 | struct mei_cl_cb *complete_list); | ||
512 | int mei_amthif_irq_read(struct mei_device *dev, s32 *slots); | ||
513 | |||
505 | /* | 514 | /* |
506 | * NFC functions | 515 | * NFC functions |
507 | */ | 516 | */ |