13 lines
192 B
C
13 lines
192 B
C
|
|
/* SPDX-License-Identifier: GPL-2.0+ */
|
||
|
|
/*
|
||
|
|
* Snapdragon DRAM
|
||
|
|
* Copyright (C) 2018 Ramon Fried <ramon.fried@gmail.com>
|
||
|
|
*/
|
||
|
|
|
||
|
|
#ifndef MISC_H
|
||
|
|
#define MISC_H
|
||
|
|
|
||
|
|
u32 msm_board_serial(void);
|
||
|
|
|
||
|
|
#endif
|