drv_standby.h 295 B

12345678910111213141516
  1. /*
  2. * Copyright (c) 2019 Winner Microelectronics Co., Ltd.
  3. *
  4. * SPDX-License-Identifier: Apache-2.0
  5. *
  6. * Change Logs:
  7. * Date Author Notes
  8. * 2019-03-25 tyx add file
  9. */
  10. #ifndef __DRV_STANDBY_H__
  11. #define __DRV_STANDBY_H__
  12. void sys_start_standby(int ms);
  13. #endif