snapdragon: added MAC generation functions
[platform/kernel/u-boot.git] / arch / arm / mach-snapdragon / include / mach / misc.h
1 /* SPDX-License-Identifier: GPL-2.0+ */
2 /*
3  * Snapdragon DRAM
4  * Copyright (C) 2018 Ramon Fried <ramon.fried@gmail.com>
5  */
6
7 #ifndef MISC_H
8 #define MISC_H
9
10 u32 msm_board_serial(void);
11 void msm_generate_mac_addr(u8 *mac);
12
13 #endif