blob: c60e3e472470e358945668eb79c7f7cc8b47d6f3 [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);
Ramon Fried2d0f3862018-08-03 16:25:36 +030011void msm_generate_mac_addr(u8 *mac);
Ramon Fried90e905bf2018-08-03 16:25:35 +030012
13#endif