blob: 5af6ae8da431e99b7d48befc98d401b08c0fdced [file] [log] [blame]
Ramon Fried90e905bf2018-08-03 16:25:35 +03001/* 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
10u32 msm_board_serial(void);
11
12#endif