meson: Warn when TCI is selected but TCG backend is available
[qemu/ar7.git] / tests / tcg / minilib / minilib.h
blobe23361380ae374cc88405fa9580ff8c0743f5e15
1 /*
2 * Copyright (C) 2015 Virtual Open Systems SAS
3 * Author: Alexander Spyridakis <a.spyridakis@virtualopensystems.com>
5 * This program is free software; you can redistribute it and/or modify
6 * it under the terms of the GNU General Public License version 2 as
7 * published by the Free Software Foundation.
9 * SPDX-License-Identifier: GPL-2.0-only
12 #ifndef _MINILIB_H_
13 #define _MINILIB_H_
16 * Provided by the individual arch
18 extern void __sys_outc(char c);
21 * Provided by the common minilib
23 void ml_printf(const char *fmt, ...);
25 #endif /* _MINILIB_H_ */