summaryrefslogtreecommitdiffstats
path: root/src/libkmip/kmip_memset.h
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-21 11:54:28 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-21 11:54:28 +0000
commite6918187568dbd01842d8d1d2c808ce16a894239 (patch)
tree64f88b554b444a49f656b6c656111a145cbbaa28 /src/libkmip/kmip_memset.h
parentInitial commit. (diff)
downloadceph-e6918187568dbd01842d8d1d2c808ce16a894239.tar.xz
ceph-e6918187568dbd01842d8d1d2c808ce16a894239.zip
Adding upstream version 18.2.2.upstream/18.2.2
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
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