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