Sumit Garg | 617e215 | 2019-11-15 15:34:55 +0530 | [diff] [blame] | 1 | /* |
2 | * Copyright (c) 2020, Linaro Limited. All rights reserved. | ||||
3 | * Author: Sumit Garg <sumit.garg@linaro.org> | ||||
4 | * | ||||
5 | * SPDX-License-Identifier: BSD-3-Clause | ||||
6 | */ | ||||
7 | |||||
8 | #ifndef IO_ENCRYPTED_H | ||||
9 | #define IO_ENCRYPTED_H | ||||
10 | |||||
11 | struct io_dev_connector; | ||||
12 | |||||
13 | int register_io_dev_enc(const struct io_dev_connector **dev_con); | ||||
14 | |||||
15 | #endif /* IO_ENCRYPTED_H */ |