summaryrefslogtreecommitdiff
path: root/stand/common/bootstrap.h
diff options
context:
space:
mode:
Diffstat (limited to 'stand/common/bootstrap.h')
-rw-r--r--stand/common/bootstrap.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/stand/common/bootstrap.h b/stand/common/bootstrap.h
index 41037b999c5e..47e6c3d056a2 100644
--- a/stand/common/bootstrap.h
+++ b/stand/common/bootstrap.h
@@ -164,6 +164,14 @@ extern int isapnp_readport;
extern char bootprog_info[];
/*
+ * Interpreter information
+ */
+extern const char bootprog_interp[];
+#define INTERP_DEFINE(interpstr) \
+const char bootprog_interp[] = "$Interpreter:" interpstr
+
+
+/*
* Preloaded file metadata header.
*
* Metadata are allocated on our heap, and copied into kernel space