machine_815x_init.h 677 B

1234567891011121314151617181920212223
  1. /*
  2. Copyright (c) 2017-2018, The Linux Foundation. All rights reserved.
  3. This program is free software; you can redistribute it and/or modify
  4. it under the terms of the GNU General Public License version 2 and
  5. only version 2 as published by the Free Software Foundation.
  6. This program is distributed in the hope that it will be useful,
  7. but WITHOUT ANY WARRANTY; without even the implied warranty of
  8. MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  9. GNU General Public License for more details.
  10. *
  11. */
  12. #ifndef __MACHINE_815X_INIT_H__
  13. #define __MACHINE_815X_INIT_H__
  14. int sm8150_init(void);
  15. int sa8155_init(void);
  16. void sm8150_exit(void);
  17. void sa8155_exit(void);
  18. #endif