summaryrefslogtreecommitdiffstats
path: root/source/gecko.h
blob: 5e6f7ece45fef940052a5551ba80e247ca0e904b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#ifndef GECKO_H
#define GECKO_H

#include <stdio.h>
#include <stdlib.h>
#include <gccore.h>
#include <ogc/usbgecko.h>
#include <stdarg.h> //for va_list

void checkForGecko();
int gprintf(const char *str, ...);

#endif