xref: /openbmc/u-boot/arch/arm/mach-snapdragon/include/mach/misc.h (revision 35f9d9bdd07d5e508272421b215ffaffd867bad8)
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
14