13 lines
242 B
C
13 lines
242 B
C
|
/* SPDX-License-Identifier: GPL-2.0-only */
|
||
|
/*
|
||
|
* Copyright (c) 2017-2019, The Linux Foundation. All rights reserved.
|
||
|
*/
|
||
|
|
||
|
#ifndef __MACHINE_815X_INIT_H__
|
||
|
#define __MACHINE_815X_INIT_H__
|
||
|
int sm8150_init(void);
|
||
|
|
||
|
void sm8150_exit(void);
|
||
|
#endif
|
||
|
|