couple of bits on the x86_64 boot code
[newos.git] / boot / pc / x86_64 / inflate.h
blob5f7da57825efcfcb3d6c861273f626be8c1834cb
1 #ifndef _STAGE1_INFLATE_H
2 #define _STAGE1_INFLATE_H
4 unsigned int gunzip(const unsigned char *in, unsigned char *out, unsigned char *inf_buf);
6 #endif