]> git.sur5r.net Git - u-boot/blob - arch/arm/include/asm/arch-meson/sm.h
arm: imx: hab: Define HAB_RVT_BASE according to the processor version
[u-boot] / arch / arm / include / asm / arch-meson / sm.h
1 /*
2  * (C) Copyright 2016 - Beniamino Galvani <b.galvani@gmail.com>
3  *
4  * SPDX-License-Identifier:     GPL-2.0+
5  */
6
7 #ifndef __MESON_SM_H__
8 #define __MESON_SM_H__
9
10 ssize_t meson_sm_read_efuse(uintptr_t offset, void *buffer, size_t size);
11
12 #endif /* __MESON_SM_H__ */