aboutsummaryrefslogtreecommitdiff
path: root/core/include/drivers/bcm_sotp.h
blob: 1b66115dd60bacd9c6f956245c5f8ae816d4d299 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
/* SPDX-License-Identifier: BSD-2-Clause */
/*
 * Copyright 2019 Broadcom.
 */

#ifndef BCM_SOTP_H
#define BCM_SOTP_H

#include <stdint.h>
#include <tee_api.h>

TEE_Result bcm_iproc_sotp_mem_read(uint32_t row_addr, uint32_t sotp_add_ecc,
				   uint64_t *rdata);

#endif