https://bitbucket.org/hudson/magic-lantern
Raw File
Tip revision: 5cc69b18e9a0be7eb6051f92a1869ca8940cbbe4 authored by a1ex on 22 October 2013, 21:23:51 UTC
Close branch unified.stubs.
Tip revision: 5cc69b1
zebra.h
// Temporary, until the one from Tobias will arrive
#ifndef _zebra_h_
#define _zebra_h_
#include "dryos.h"
int liveview_display_idle();
OS_FUNCTION( 0x0B00001,	int,	get_global_draw);
OS_FUNCTION( 0x0B00002, void,	NotifyBox, int timeout, char* fmt, ...);
#endif //_zebra_h_
back to top