00001 /* 00002 libbroadway - A general purpose library to control the Wii. 00003 USBGecko functions 00004 00005 Copyright (c) 2008 Nuke - <wiinuke@gmail.com> 00006 Copyright (C) 2008, 2009 Hector Martin "marcan" <marcan@marcansoft.com> 00007 Copyright (C) 2009 Andre Heider "dhewg" <dhewg@wiibrew.org> 00008 00009 # This code is licensed to you under the terms of the GNU GPL, version 2; 00010 # see file COPYING or http://www.gnu.org/licenses/old-licenses/gpl-2.0.txt 00011 */ 00012 00017 #ifndef __GECKO_H__ 00018 #define __GECKO_H__ 00019 00020 #include <types.h> 00021 #include <broadway.h> 00022 00030 int gecko_initialize(void); 00038 int gecko_shutdown(void); 00039 00042 int gecko_printf(const char *fmt, ...); 00043 00044 #endif 00045
1.6.3