aboutsummaryrefslogtreecommitdiffstats
path: root/system_cmds/gcore.tproj/convert.h
diff options
context:
space:
mode:
Diffstat (limited to 'system_cmds/gcore.tproj/convert.h')
-rw-r--r--system_cmds/gcore.tproj/convert.h24
1 files changed, 24 insertions, 0 deletions
diff --git a/system_cmds/gcore.tproj/convert.h b/system_cmds/gcore.tproj/convert.h
new file mode 100644
index 0000000..03854b8
--- /dev/null
+++ b/system_cmds/gcore.tproj/convert.h
@@ -0,0 +1,24 @@
+/*
+ * Copyright (c) 2016 Apple Inc. All rights reserved.
+ */
+
+#include "options.h"
+
+#include <stdbool.h>
+
+#ifndef _CONVERT_H
+#define _CONVERT_H
+
+#ifdef CONFIG_GCORE_FREF
+extern int gcore_fref(int);
+#endif
+
+#ifdef CONFIG_GCORE_MAP
+extern int gcore_map(int);
+#endif
+
+#ifdef CONFIG_GCORE_CONV
+extern int gcore_conv(int, const char *, bool, int);
+#endif
+
+#endif /* _CONVERT_H */