1 2 3 4 5 6 7 8 9 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