rk3368 ddr: add configure ddr timing function
[firefly-linux-kernel-4.4.55.git] / include / linux / keyreset.h
index a2ac49e5b684c773d119ab178e3d498043ee602d..2e34afab65e4ae187b12897fce1dd68b64955f87 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * include/linux/keyreset.h - platform data structure for resetkeys driver
  *
- * Copyright (C) 2008 Google, Inc.
+ * Copyright (C) 2014 Google, Inc.
  *
  * This software is licensed under the terms of the GNU General Public
  * License version 2, as published by the Free Software Foundation, and
@@ -21,6 +21,7 @@
 
 struct keyreset_platform_data {
        int (*reset_fn)(void);
+       int key_down_delay;
        int *keys_up;
        int keys_down[]; /* 0 terminated */
 };