From 2653052944aef689484299c3f257db993dda106d Mon Sep 17 00:00:00 2001 From: midipix Date: Thu, 2 Feb 2017 22:48:07 -0500 Subject: added crc64 definitions and interfaces. --- include/ntapi/ntapi.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'include/ntapi/ntapi.h') diff --git a/include/ntapi/ntapi.h b/include/ntapi/ntapi.h index 07d2ecf..5aa97bd 100644 --- a/include/ntapi/ntapi.h +++ b/include/ntapi/ntapi.h @@ -5,6 +5,7 @@ #include "nt_compiler.h" #include "nt_status.h" #include "nt_crc32.h" +#include "nt_crc64.h" #include "nt_object.h" #include "nt_sysinfo.h" #include "nt_memory.h" @@ -374,6 +375,11 @@ typedef struct _ntapi_vtbl { ntapi_tt_mbstr_crc32 * tt_mbstr_crc32; ntapi_tt_crc32_table * tt_crc32_table; + /* nt_crc64.h */ + ntapi_tt_buffer_crc64 * tt_buffer_crc64; + ntapi_tt_mbstr_crc64 * tt_mbstr_crc64; + ntapi_tt_crc64_table * tt_crc64_table; + /* nt_file.h */ ntapi_tt_get_file_handle_type * tt_get_file_handle_type; ntapi_tt_open_logical_parent_directory * tt_open_logical_parent_directory; -- cgit v1.2.3