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