12 lines
242 B
C
Executable file
12 lines
242 B
C
Executable file
/* 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
|
|
|