xref: /openbmc/qemu/tcg/arm/tcg-target-mo.h (revision 1e71a9b1147145c9904b2ce5350c5591d5badb23)
1 /* SPDX-License-Identifier: MIT */
2 /*
3  * Define target-specific memory model
4  * Copyright (c) 2008 Fabrice Bellard
5  * Copyright (c) 2008 Andrzej Zaborowski
6  */
7 
8 #ifndef TCG_TARGET_MO_H
9 #define TCG_TARGET_MO_H
10 
11 #define TCG_TARGET_DEFAULT_MO  0
12 
13 #endif
14