summaryrefslogtreecommitdiff
path: root/asoc/machine_815x_init.h
blob: 91a399778873f33f7fd4fafc75fec1c3822319db (plain)
1
2
3
4
5
6
7
8
9
10
11
12
/* 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