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)11static inline void rk_send_power_key(int state) { } rk_send_wakeup_key(void)12static inline void rk_send_wakeup_key(void) { } 13 14 #endif 15