iotkit-sysinfo.h (407664539d76523222a4a4a3ef273645593f75b2) iotkit-sysinfo.h (446587a914cfa57c2ce529056a9ca2215bde7111)
1/*
2 * ARM IoTKit system information block
3 *
4 * Copyright (c) 2018 Linaro Limited
5 * Written by Peter Maydell
6 *
7 * This program is free software; you can redistribute it and/or modify
8 * it under the terms of the GNU General Public License version 2 or

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

34
35 /*< public >*/
36 MemoryRegion iomem;
37
38 /* Properties */
39 uint32_t sys_version;
40 uint32_t sys_config;
41 uint32_t sse_version;
1/*
2 * ARM IoTKit system information block
3 *
4 * Copyright (c) 2018 Linaro Limited
5 * Written by Peter Maydell
6 *
7 * This program is free software; you can redistribute it and/or modify
8 * it under the terms of the GNU General Public License version 2 or

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

34
35 /*< public >*/
36 MemoryRegion iomem;
37
38 /* Properties */
39 uint32_t sys_version;
40 uint32_t sys_config;
41 uint32_t sse_version;
42 uint32_t iidr;
42};
43
44#endif
43};
44
45#endif