https://bitbucket.org/hudson/magic-lantern
Raw File
Tip revision: 139c28fe277aa9f50c04465172bf175bf93b181b authored by alex@thinkpad on 12 April 2016, 22:34:30 UTC
cf_acc: use hdparm's identify.c to print details about the CF card
Tip revision: 139c28f
console.h
#ifndef _CONSOLE_H_
#define _CONSOLE_H_

// console
void console_show();
void console_hide();

void console_draw_from_menu();

#endif // _CONSOLE_H_
back to top