https://bitbucket.org/hudson/magic-lantern
Raw File
Tip revision: d28a2a8d59ccf2bf45672ab0dbf5b3570fd918eb authored by Alex on 27 July 2017, 18:47:54 UTC
Close branch backtrace
Tip revision: d28a2a8
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