summaryrefslogtreecommitdiff
path: root/exec/priv.h
diff options
context:
space:
mode:
Diffstat (limited to 'exec/priv.h')
-rw-r--r--exec/priv.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/exec/priv.h b/exec/priv.h
index 85e03aee..733f35c0 100644
--- a/exec/priv.h
+++ b/exec/priv.h
@@ -52,6 +52,7 @@ struct bootinfo
vm_address_t phdr_addr, user_entry;
vm_size_t phdr_size;
};
+typedef struct bootinfo *bootinfo_t;
/* Where to put the service ports. */
@@ -151,5 +152,4 @@ extern int *std_ints;
extern size_t std_nports, std_nints;
extern pthread_rwlock_t std_lock;
-
#endif /* exec_priv_h */