summaryrefslogtreecommitdiff
path: root/src/bootid.h
blob: 15ee9be97de01a37e81fec7bfd9ebb0fff506262 (plain)
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
© All Rights Reserved