#include <linux/types.h>
#include <arch/svinto.h>
#include "../../../../../lib/inflate.c"
Go to the source code of this file.
#define ASCII_FLAG 0x01 /* bit 0 set: file probably ascii text */ |
#define COMMENT 0x10 /* bit 4 set: file comment present */ |
#define CONTINUATION 0x02 /* bit 1 set: continuation of multi-part gzip file */ |
#define ENCRYPTED 0x20 /* bit 5 set: file is encrypted */ |
#define EXTRA_FIELD 0x04 /* bit 2 set: extra field present */ |
#define KERNEL_LOAD_ADR 0x40004000 |
#define ORIG_NAME 0x08 /* bit 3 set: original file name present */ |
#define RESERVED 0xC0 /* bit 6,7: reserved */ |
Value:do { \
while (!(*R_SERIAL ##
N ##
_STATUS & (1 << 5))) \
; \
*R_SERIAL ##
N ## _TR_DATA = *
s++; \
} while (0)
Definition at line 146 of file misc.c.
#define WSIZE 0x8000 /* Window size must be at least 32k, */ |
void setup_normal_output_buffer |
( |
void |
| ) |
|