include/spdk/tree.h
0 → 100644
+829
−0
File added.
Preview size limit exceeded, changes collapsed.
Loading
Copy Free BSD's sys/sys/tree.h to SPDK's include/spdk/tree.h by changing as little as possible. A few changes are as follows: - Remove a few lines located at the head of the file. - Change the name of ifdef from _SYS_TREE_H_ to SPDK_TREE_H. - Change the type __uintptr_t to uintptr_t. - Change the attribute __unused to __attribute__((unused)) - Insert a space to the front and the end of CONSTCOND. Signed-off-by:Shuhei Matsumoto <shuhei.matsumoto.xt@hitachi.com> Change-Id: I26488d8fd61f80508cf7d96fbeb6007f12080a01 Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/7721 Tested-by:
SPDK CI Jenkins <sys_sgci@intel.com> Community-CI: Mellanox Build Bot Reviewed-by:
Aleksey Marchuk <alexeymar@mellanox.com> Reviewed-by:
Ben Walker <benjamin.walker@intel.com> Reviewed-by:
Jim Harris <james.r.harris@intel.com> Reviewed-by:
Monica Kenguva <monica.kenguva@intel.com> Reviewed-by:
Konrad Sztyber <konrad.sztyber@intel.com>
File added.
Preview size limit exceeded, changes collapsed.