create an additional linkpage reachable from SOs
[ginge.git] / loader / header.h
index 29841ea..edde685 100644 (file)
@@ -32,10 +32,11 @@ enum {
   FAKEDEV_GPIO,
   FAKEDEV_FB0,
   FAKEDEV_FB1,
-  FAKEDEV_MMUHACK,
-  FAKEDEV_TTY0,
+  FAKEDEV_MMUHACK,  // 1005
   FAKEDEV_WM97XX,
   FAKEDEV_WM97XX_P,
+  FAKEDEV_TTY,      // 1008
+  FAKEDEV_TTY0,
   FAKEDEV_FD_BOUNDARY,
 };
 
@@ -43,7 +44,7 @@ void do_patches(void *ptr, unsigned int size);
 
 struct op_context;
 
-void  emu_init(void *map_bottom);
+void  emu_init(void *map_bottom[2], int is_dl);
 void  emu_call_handle_op(struct op_context *op_ctx);
 long  emu_do_mmap(unsigned int length, int prot, int flags, int fd, unsigned int offset);
 long  emu_do_munmap(void *addr, unsigned int length);