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