pl050.h (1d59315d979061d9ace2a89859474d7b3e99a9b1) pl050.h (0a3c1e1bf883afa5cd9df102742f087030b49c80)
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 */

--- 25 unchanged lines hidden (view full) ---

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
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 */

--- 25 unchanged lines hidden (view full) ---

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
42#define TYPE_PL050_MOUSE_DEVICE "pl050_mouse"
43OBJECT_DECLARE_SIMPLE_TYPE(PL050MouseState, PL050_MOUSE_DEVICE)
44
45struct PL050MouseState {
46 PL050State parent_obj;
47};
48
42#endif
49#endif