X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?p=ginge.git;a=blobdiff_plain;f=loader%2Fheader.h;h=3791bfc63db6fb1decdb45c0a8773aa6789fc374;hp=8e245c88f914aa8a9dce321a5c1a255a92c53276;hb=2ce69bdff40e40fb1c1954e0883d95de271cecc7;hpb=3d295a9fe6e27f6103701e8d8ae23257b43ff2dd diff --git a/loader/header.h b/loader/header.h index 8e245c8..3791bfc 100644 --- a/loader/header.h +++ b/loader/header.h @@ -1,3 +1,4 @@ +#include "../common/host_fb.h" void do_entry(unsigned long entry, void *stack_frame, int stack_frame_cnt, void *exitf); @@ -7,8 +8,6 @@ void emu_init(void *map_bottom); void *emu_mmap_dev(unsigned int length, int prot, int flags, unsigned int offset); int emu_read_gpiodev(void *buf, int count); -void *host_video_init(int *stride); -void *host_video_flip(void); int host_read_btns(void); enum { GP2X_UP = 0, GP2X_LEFT = 2, GP2X_DOWN = 4, GP2X_RIGHT = 6,