Reorganize zstd_deps.h and mem.h + replace mem.h for the kernel

This commit is contained in:
Nick Terrell
2020-09-24 19:41:59 -07:00
parent 260fc75028
commit 9ae0483858
9 changed files with 409 additions and 93 deletions
+1 -2
View File
@@ -213,8 +213,7 @@
* We therefore declare the functions we need ourselves, rather than trying to
* include the header file... */
#include <stddef.h> /* size_t */
#define ZS_DEPS_NEED_STDINT
#define ZSTD_DEPS_NEED_STDINT
#include "zstd_deps.h" /* intptr_t */
/* Make memory region fully initialized (without changing its contents). */