https://bitbucket.org/hudson/magic-lantern
Raw File
Tip revision: 2f8350b1142448256fe2e63d013ac0e69b93bc03 authored by a1ex on 19 June 2016, 18:38:51 UTC
Close branch dof_display.
Tip revision: 2f8350b
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