optee_private.h 321 B

123456789101112
  1. /* SPDX-License-Identifier: GPL-2.0+ */
  2. /*
  3. * Copyright (c) 2018 Linaro Limited
  4. */
  5. #ifndef __OPTEE_PRIVATE_H
  6. #define __OPTEE_PRIVATE_H
  7. void *optee_alloc_and_init_page_list(void *buf, ulong len, u64 *phys_buf_ptr);
  8. void optee_suppl_cmd(struct udevice *dev, void *shm, void **page_list);
  9. #endif /* __OPTEE_PRIVATE_H */