hw/intc/gicv3: Add defines for ICH system register fields
[qemu/ar7.git] / tests / qapi-schema / reserved-type-kind.json
bloba09494156136e2461133568bacde4cfffea8c3b9
1 # we reject types that would conflict with implicit union enum
3 ##
4 # @UnionKind:
5 ##
6 { 'enum': 'UnionKind', 'data': [ 'oops' ] }