diff options
author | Cornelia Huck <cornelia.huck@de.ibm.com> | 2017-04-03 17:41:33 +0200 |
---|---|---|
committer | Cornelia Huck <cornelia.huck@de.ibm.com> | 2017-04-21 09:32:09 +0200 |
commit | 10890873ca8e518d5ef7782281fd4a6aeeda7061 (patch) | |
tree | e4ac3a4d548b63d4f466f67beef904a437589e96 /include/hw | |
parent | da92ada855036c55bd08b0b0c64c7551d56f3586 (diff) |
s390x: introduce 2.10 compat machine
Signed-off-by: Cornelia Huck <cornelia.huck@de.ibm.com>
Diffstat (limited to 'include/hw')
-rw-r--r-- | include/hw/compat.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/hw/compat.h b/include/hw/compat.h index 5d5be91daf..846b90eb67 100644 --- a/include/hw/compat.h +++ b/include/hw/compat.h @@ -1,6 +1,9 @@ #ifndef HW_COMPAT_H #define HW_COMPAT_H +#define HW_COMPAT_2_9 \ + /* empty */ + #define HW_COMPAT_2_8 \ {\ .driver = "fw_cfg_mem",\ |