input: Add a device pointer to the input config
[platform/kernel/u-boot.git] / include / input.h
index 26e2ad7..7bccc8e 100644 (file)
@@ -36,6 +36,7 @@ struct input_key_xlate {
 };
 
 struct input_config {
+       struct udevice *dev;
        uchar fifo[INPUT_BUFFER_LEN];
        int fifo_in, fifo_out;