summaryrefslogtreecommitdiff
path: root/src/bootid.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/bootid.h')
-rw-r--r--src/bootid.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/bootid.h b/src/bootid.h
new file mode 100644
index 0000000..15ee9be
--- /dev/null
+++ b/src/bootid.h
@@ -0,0 +1,10 @@
+#ifndef _JIO_BOOTID_H
+#define _JIO_BOOTID_H
+
+#include "thunk.h"
+
+typedef struct iou_t iou_t;
+
+THUNK_DECLARE(bootid_get, iou_t *, iou, char **, res_ptr, thunk_t *, closure);
+
+#endif
© All Rights Reserved