summaryrefslogtreecommitdiffhomepage
path: root/include/ntapi/ntapi.h
diff options
context:
space:
mode:
authormidipix <writeonce@midipix.org>2017-02-02 22:48:07 -0500
committermidipix <writeonce@midipix.org>2017-02-02 22:48:07 -0500
commit2653052944aef689484299c3f257db993dda106d (patch)
treec51e8ab2a1a206b4581a5e156681b458bd668cee /include/ntapi/ntapi.h
parent85b39215b7264022460d3895e755e337485807b8 (diff)
downloadntapi-2653052944aef689484299c3f257db993dda106d.tar.bz2
ntapi-2653052944aef689484299c3f257db993dda106d.tar.xz
added crc64 definitions and interfaces.
Diffstat (limited to 'include/ntapi/ntapi.h')
-rw-r--r--include/ntapi/ntapi.h6
1 files changed, 6 insertions, 0 deletions
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;