https://bitbucket.org/hudson/magic-lantern
Raw File
Tip revision: 065076b01148bbf37300e05e6a5e3891f93fe412 authored by Alex on 13 January 2017, 22:46:23 UTC
Close branch 5D3-123.
Tip revision: 065076b
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