comparison loader/loader/loader_c.c @ 683:4fa3b09faa14

loader: do not duplicate ccw and orb definitions Signed-off-by: Josef 'Jeff' Sipek <jeffpc@josefsipek.net>
author Josef 'Jeff' Sipek <jeffpc@josefsipek.net>
date Tue, 06 Aug 2019 10:28:29 -0400
parents 45bec12c305f
children 9de638d13941
comparison
equal deleted inserted replaced
682:650bc638173a 683:4fa3b09faa14
1 /* 1 /*
2 * Copyright (c) 2007-2019 Josef 'Jeff' Sipek 2 * Copyright (c) 2007-2019 Josef 'Jeff' Sipek
3 */ 3 */
4 4
5 #include "loader.h" 5 #include "loader.h"
6 #include <channel.h>
6 #include <binfmt_elf.h> 7 #include <binfmt_elf.h>
7 8
8 static unsigned char seek_data[6]; 9 static unsigned char seek_data[6];
9 static unsigned char search_data[5]; 10 static unsigned char search_data[5];
10 static struct ccw ccw[4]; 11 static struct ccw ccw[4];