summaryrefslogtreecommitdiffstats
path: root/src/libkmip/kmip_memset.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/libkmip/kmip_memset.h')
-rw-r--r--src/libkmip/kmip_memset.h15
1 files changed, 15 insertions, 0 deletions
diff --git a/src/libkmip/kmip_memset.h b/src/libkmip/kmip_memset.h
new file mode 100644
index 000000000..b0aa9e7e9
--- /dev/null
+++ b/src/libkmip/kmip_memset.h
@@ -0,0 +1,15 @@
+/* Copyright (c) 2018 The Johns Hopkins University/Applied Physics Laboratory
+* All Rights Reserved.
+ *
+ * This file is dual licensed under the terms of the Apache 2.0 License and
+ * the BSD 3-Clause License. See the LICENSE file in the root of this
+ * repository for more information.
+ */
+
+#ifndef KMIP_MEMSET_H
+
+#include <stddef.h>
+
+void* kmip_memset(void *ptr, int value, size_t size);
+
+#endif /* KMIP_MEMSET_H */ \ No newline at end of file