https://bitbucket.org/hudson/magic-lantern
Raw File
Tip revision: b1dd025e2be2d43f00a286972298f46ce74f645d authored by a1ex on 19 June 2016, 18:06:42 UTC
Close branch makefile.
Tip revision: b1dd025
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