Gitiles
Code Review
Sign In
git01.mediatek.com
/
filogic
/
uboot
/
df4262f7923cd08e0b3cb924afc17f8941c3da32
/
.
/
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