mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2025-01-17 14:03:30 +08:00
7 lines
154 B
C
7 lines
154 B
C
|
#ifndef __LINUX_ZUTIL_H__
|
||
|
#define __LINUX_ZUTIL_H__
|
||
|
|
||
|
#define PRESET_DICT 0x20 /* preset dictionary flag in zlib header */
|
||
|
|
||
|
#endif /* __LINUX_ZUTIL_H__ */
|