trusted_tee.h 286 B

12345678910111213141516
  1. /* SPDX-License-Identifier: GPL-2.0 */
  2. /*
  3. * Copyright (C) 2019-2021 Linaro Ltd.
  4. *
  5. * Author:
  6. * Sumit Garg <[email protected]>
  7. */
  8. #ifndef __TEE_TRUSTED_KEY_H
  9. #define __TEE_TRUSTED_KEY_H
  10. #include <keys/trusted-type.h>
  11. extern struct trusted_key_ops trusted_key_tee_ops;
  12. #endif