summaryrefslogtreecommitdiffstats
path: root/include/pbl.h
blob: d041a3fbad1464c99bb364d68ee0a5f8153a6e22 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
/*
 * Copyright (c) 2012 Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
 *
 * Under GPLv2
 */

#ifndef __PBL_H__
#define __PBL_H__

extern unsigned long free_mem_ptr;
extern unsigned long free_mem_end_ptr;

void pbl_barebox_uncompress(void *dest, void *compressed_start, unsigned int len);

#endif /* __PBL_H__ */