https://bitbucket.org/hudson/magic-lantern
Raw File
Tip revision: a5ecb6a34311730f402447f030ae3b4f571fe592 authored by a1ex on 19 June 2016, 18:14:56 UTC
Close branch Windows-port.
Tip revision: a5ecb6a
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