check in work in progress on the arm port
[newos.git] / boot / arm / inflate.h
blobdcdcfbd97aab22fb153e96d2b89e48b48320b5a4
1 #ifndef _STAGE1_INFLATE_H
2 #define _STAGE1_INFLATE_H
4 unsigned long gunzip(const unsigned char *in, unsigned char *out, unsigned char *inf_buf);
6 #endif