trusted_caam.h 243 B

1234567891011
  1. /* SPDX-License-Identifier: GPL-2.0-only */
  2. /*
  3. * Copyright (C) 2021 Pengutronix, Ahmad Fatoum <[email protected]>
  4. */
  5. #ifndef __CAAM_TRUSTED_KEY_H
  6. #define __CAAM_TRUSTED_KEY_H
  7. extern struct trusted_key_ops trusted_key_caam_ops;
  8. #endif