https://bitbucket.org/hudson/magic-lantern
Raw File
Tip revision: c12a2616a88dff05852b3265a5ebe2bafaa72a5e authored by alex@thinkpad on 30 April 2018, 10:34:17 UTC
Merged unified into cr2hdr
Tip revision: c12a261
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