https://bitbucket.org/hudson/magic-lantern
Raw File
Tip revision: 248c07d8bc9b8393e57eb669e89fc60027a6dc13 authored by Daniel Fort on 19 December 2018, 18:03:53 UTC
Closed branch update-to-700D.115
Tip revision: 248c07d
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