blob: 886cbd4f73e0e097411cce3acaef6f7b6498d9e5 (
plain)
1
2
3
4
5
6
7
8
9
10
|
/* MIG type translation information */
#define SHUTDOWN_INTRAN \
trivfs_protid_t trivfs_begin_using_protid (shutdown_t)
#define SHUTDOWN_INTRAN_PAYLOAD \
trivfs_protid_t trivfs_begin_using_protid_payload
#define SHUTDOWN_DESTRUCTOR \
trivfs_end_using_protid (trivfs_protid_t)
#define SHUTDOWN_IMPORTS \
import "libtrivfs/mig-decls.h";
|