plat_teei_dbg_info.h 631 B

1234567891011121314151617
  1. /*
  2. * Copyright (c) 2015-2020 MICROTRUST Incorporated
  3. * All rights reserved
  4. *
  5. * This file and software is confidential and proprietary to MICROTRUST Inc.
  6. * Unauthorized copying of this file and software is strictly prohibited.
  7. * You MUST NOT disclose this file and software unless you get a license
  8. * agreement from MICROTRUST Incorporated.
  9. */
  10. #ifndef __PLAT_TEEI_DBG_INFO_H__
  11. #define __PLAT_TEEI_DBG_INFO_H__
  12. #define ARCH64_TEEI_LOG_BUF_INFO 0xf400000f
  13. #define ARCH32_TEEI_LOG_BUF_INFO 0xb400000f
  14. extern unsigned int (* plat_teei_log_get)(u64 offset, int *len, CALLBACK dev_write);
  15. extern void teei_log_init(void);
  16. #endif