2016-04-05 19:51:34 +08:00
|
|
|
/* nrf51-pm.h Power Management for nrf51 chip */
|
|
|
|
|
|
|
|
/*
|
|
|
|
* Copyright (c) 2016 Intel Corporation
|
|
|
|
*
|
2017-01-19 09:01:01 +08:00
|
|
|
* SPDX-License-Identifier: Apache-2.0
|
2016-04-05 19:51:34 +08:00
|
|
|
*/
|
|
|
|
|
2016-08-26 16:38:59 +08:00
|
|
|
int nrf51_allow_sleep(void);
|
|
|
|
int nrf51_wakeup(void);
|
2016-05-04 20:02:40 +08:00
|
|
|
int nrf51_init(struct device *dev);
|