android_kernel_xiaomi_sm8350/asoc/machine_815x_init.h
Meng Wang 43bbb87652 asoc: Update file header to GPL-2.0-only
Update file header to GPL-2.0-only.

Change-Id: Ic1542a3209a5fe73c937a5b36491ede4a451936d
Signed-off-by: Meng Wang <mengw@codeaurora.org>
2018-12-10 14:49:34 +08:00

15 lines
286 B
C

/* SPDX-License-Identifier: GPL-2.0-only */
/*
Copyright (c) 2017-2018, The Linux Foundation. All rights reserved.
*/
#ifndef __MACHINE_815X_INIT_H__
#define __MACHINE_815X_INIT_H__
int sm8150_init(void);
int sa8155_init(void);
void sm8150_exit(void);
void sa8155_exit(void);
#endif