https://bitbucket.org/hudson/magic-lantern
Raw File
Tip revision: 06a13a4acdd71a6193ae188d5f4b06d2602bce50 authored by a1ex on 19 June 2016, 18:07:35 UTC
Close branch lua-features.
Tip revision: 06a13a4
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