- /* 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
|