blob: a5bac5abda0fb2fc9bdb7209f6d87d5401d86fd4 [file] [log] [blame]
Tom Rini10e47792018-05-06 17:58:06 -04001/* SPDX-License-Identifier: GPL-2.0+ */
Beniamino Galvani38e1a602016-05-08 08:30:17 +02002/*
3 * (C) Copyright 2016 - Beniamino Galvani <b.galvani@gmail.com>
Beniamino Galvani38e1a602016-05-08 08:30:17 +02004 */
5
6#ifndef __MESON_SM_H__
7#define __MESON_SM_H__
8
9ssize_t meson_sm_read_efuse(uintptr_t offset, void *buffer, size_t size);
Neil Armstrong63f475c2019-06-12 11:49:06 +020010int meson_sm_get_serial(void *buffer, size_t size);
Beniamino Galvani38e1a602016-05-08 08:30:17 +020011
12#endif /* __MESON_SM_H__ */