You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

10 lines
212 B
C

#ifndef _INCLUDE_LZMA_LOADER_H
#define _INCLUDE_LZMA_LOADER_H
#include <types.h>
#include <ciloio.h>
void load_lzma(struct file *fp, uint32_t load_address, char *cmd_line);
#endif /* _INCLUDE_LZMA_LOADER_H */