xref: /OK3568_Linux_fs/kernel/include/linux/rk_keys.h (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1 /*
2  * Copyright (C) 2016, Fuzhou Rockchip Electronics Co., Ltd
3  *
4  * This program is free software; you can redistribute it and/or modify
5  * it under the terms of the GNU General Public License version 2 as
6  * published by the Free Software Foundation.
7  */
8 #ifndef _RK_KEYS_H
9 #define _RK_KEYS_H
10 
rk_send_power_key(int state)11 static inline void rk_send_power_key(int state) { }
rk_send_wakeup_key(void)12 static inline void rk_send_wakeup_key(void) { }
13 
14 #endif
15