]> Git Repo - J-u-boot.git/blame - board/CZ.NIC/turris_mox/mox_sp.h
treewide: Fix Marek's name and change my e-mail address
[J-u-boot.git] / board / CZ.NIC / turris_mox / mox_sp.h
CommitLineData
c87b8700
MB
1/* SPDX-License-Identifier: GPL-2.0+ */
2/*
61143f74 3 * Copyright (C) 2018 Marek Behún <[email protected]>
c87b8700
MB
4 */
5
6#ifndef _BOARD_CZNIC_TURRIS_MOX_MOX_SP_H_
7#define _BOARD_CZNIC_TURRIS_MOX_MOX_SP_H_
8
9#include <common.h>
10
11const char *mox_sp_get_ecdsa_public_key(void);
12int mbox_sp_get_board_info(u64 *sn, u8 *mac1, u8 *mac2, int *bv,
13 int *ram);
14
15#endif /* _BOARD_CZNIC_TURRIS_MOX_MOX_SP_H_ */
This page took 0.111272 seconds and 4 git commands to generate.