blob: 8ff46101898cce397d51b3984d403f7c65deb2a9 [file] [log] [blame]
/* 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