Gitiles
Code Review
Sign In
git01.mediatek.com
/
filogic
/
uboot
/
2721ea58dd857dd6be681394b6da1b9c59bc9a92
/
.
/
board
/
CZ.NIC
/
turris_common.h
blob: 5565ea9fd2a0ec315d46e7b050bf02f0a0ce517b [
file
] [
log
] [
blame
]
// SPDX-License-Identifier: GPL-2.0+
#ifndef
TURRIS_COMMON_H
#define
TURRIS_COMMON_H
#include
<asm/types.h>
void
turris_init_mac_addresses
(
int
first_idx
,
const
u8
*
first_mac
);
#endif