pl050.h (33e0958e7eb9481baf59df826e024954c6e6b5ca) | pl050.h (1d59315d979061d9ace2a89859474d7b3e99a9b1) |
---|---|
1/* 2 * Arm PrimeCell PL050 Keyboard / Mouse Interface 3 * 4 * Copyright (c) 2006-2007 CodeSourcery. 5 * Written by Paul Brook 6 * 7 * This code is licensed under the GPL. 8 */ --- 18 unchanged lines hidden (view full) --- 27 uint32_t cr; 28 uint32_t clk; 29 uint32_t last; 30 int pending; 31 qemu_irq irq; 32 bool is_mouse; 33}; 34 | 1/* 2 * Arm PrimeCell PL050 Keyboard / Mouse Interface 3 * 4 * Copyright (c) 2006-2007 CodeSourcery. 5 * Written by Paul Brook 6 * 7 * This code is licensed under the GPL. 8 */ --- 18 unchanged lines hidden (view full) --- 27 uint32_t cr; 28 uint32_t clk; 29 uint32_t last; 30 int pending; 31 qemu_irq irq; 32 bool is_mouse; 33}; 34 |
35#define TYPE_PL050_KBD_DEVICE "pl050_keyboard" 36OBJECT_DECLARE_SIMPLE_TYPE(PL050KbdState, PL050_KBD_DEVICE) 37 38struct PL050KbdState { 39 PL050State parent_obj; 40}; 41 |
|
35#endif | 42#endif |