xref: /openbmc/u-boot/arch/arm/mach-snapdragon/include/mach/misc.h (revision 86e5e429468310d0f1716a1ebb95159aba3b61b4)
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 
12 #endif
13