]>
Commit | Line | Data |
---|---|---|
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 | ||
11 | const char *mox_sp_get_ecdsa_public_key(void); | |
12 | int 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_ */ |