Duy Truong | e833aca | 2013-02-12 13:35:08 -0800 | [diff] [blame] | 1 | /* Copyright (c) 2010-2011, The Linux Foundation. All rights reserved. |
Bryan Huntsman | 3f2bc4d | 2011-08-16 17:27:22 -0700 | [diff] [blame] | 2 | * |
| 3 | * This program is free software; you can redistribute it and/or modify |
| 4 | * it under the terms of the GNU General Public License version 2 and |
| 5 | * only version 2 as published by the Free Software Foundation. |
| 6 | * |
| 7 | * This program is distributed in the hope that it will be useful, |
| 8 | * but WITHOUT ANY WARRANTY; without even the implied warranty of |
| 9 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
| 10 | * GNU General Public License for more details. |
| 11 | * |
| 12 | */ |
| 13 | |
| 14 | /* Qualcomm Crypto Engine driver OTA APIi */ |
| 15 | |
| 16 | #ifndef __CRYPTO_MSM_QCE_OTA_H |
| 17 | #define __CRYPTO_MSM_QCE_OTA_H |
| 18 | |
| 19 | #include <linux/platform_device.h> |
| 20 | #include <linux/qcota.h> |
Bryan Huntsman | 3f2bc4d | 2011-08-16 17:27:22 -0700 | [diff] [blame] | 21 | |
| 22 | |
| 23 | int qce_f8_req(void *handle, struct qce_f8_req *req, |
| 24 | void *cookie, qce_comp_func_ptr_t qce_cb); |
| 25 | int qce_f8_multi_pkt_req(void *handle, struct qce_f8_multi_pkt_req *req, |
| 26 | void *cookie, qce_comp_func_ptr_t qce_cb); |
| 27 | int qce_f9_req(void *handle, struct qce_f9_req *req, |
| 28 | void *cookie, qce_comp_func_ptr_t qce_cb); |
| 29 | |
| 30 | #endif /* __CRYPTO_MSM_QCE_OTA_H */ |