Merge tag 'v9.0.0-rc3'
[qemu/ar7.git] / tests / tcg / minilib / minilib.h
blob17d0f2f314070c65b2a92ac83f482b44f7aed195
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_ */