summaryrefslogtreecommitdiffstats
path: root/tcg/tcg-mo.h
Commit message (Collapse)AuthorAgeFilesLines
* tcg: move TCG_MO/BAR types into own fileAlex Bennée2017-02-241-0/+48
We'll be using the memory ordering definitions to define values for both the host and guest. To avoid fighting with circular header dependencies just move these types into their own minimal header. Signed-off-by: Alex Bennée <alex.bennee@linaro.org> Reviewed-by: Richard Henderson <rth@twiddle.net>