https://bitbucket.org/hudson/magic-lantern
Raw File
Tip revision: f9a92e03c86dd16d25b3119a89d0188d60d4c4cd authored by alex@thinkpad on 13 August 2016, 11:09:19 UTC
selftest: relaxed timer tests a bit
Tip revision: f9a92e0
qemu-util.h
#ifndef _qemu_util_h
#define _qemu_util_h

int qprintf(const char * fmt, ...); // prints in the QEMU console

void qemu_cam_init();
void qemu_hello();
void qemu_menu_screenshots();

#endif
back to top