https://bitbucket.org/hudson/magic-lantern
Raw File
Tip revision: 3c8ed7d6cda1a2c21294add1866d7d3f47dc0941 authored by alex@thinkpad on 24 September 2018, 10:00:01 UTC
io_trace: fix crash with CONFIG_QEMU
Tip revision: 3c8ed7d
notify_box.h
#ifndef __NOTIFY_BOX_H_
#define __NOTIFY_BOX_H_

void NotifyBoxHide();
void NotifyBox(int timeout, char* fmt, ...) ;

#endif
back to top