gk7205v200-uboot/arch/arm/include/asm/arch-meson/sm.h
2025-08-07 17:13:54 +08:00

13 lines
262 B
C
Executable File

/*
* (C) Copyright 2016 - Beniamino Galvani <b.galvani@gmail.com>
*
* SPDX-License-Identifier: GPL-2.0+
*/
#ifndef __MESON_SM_H__
#define __MESON_SM_H__
ssize_t meson_sm_read_efuse(uintptr_t offset, void *buffer, size_t size);
#endif /* __MESON_SM_H__ */