machine_815x_init.h 286 B

1234567891011121314
  1. /* SPDX-License-Identifier: GPL-2.0-only */
  2. /*
  3. Copyright (c) 2017-2018, The Linux Foundation. All rights reserved.
  4. */
  5. #ifndef __MACHINE_815X_INIT_H__
  6. #define __MACHINE_815X_INIT_H__
  7. int sm8150_init(void);
  8. int sa8155_init(void);
  9. void sm8150_exit(void);
  10. void sa8155_exit(void);
  11. #endif