summaryrefslogtreecommitdiff
path: root/src/set.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/set.h')
-rw-r--r--src/set.h8
1 files changed, 7 insertions, 1 deletions
diff --git a/src/set.h b/src/set.h
index 97ecc76..8b9a69b 100644
--- a/src/set.h
+++ b/src/set.h
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2012, NVIDIA CORPORATION. All rights reserved.
+ * Copyright (c) 2012-2014, NVIDIA CORPORATION. All rights reserved.
*
* This program is free software; you can redistribute it and/or modify it
* under the terms and conditions of the GNU General Public License,
@@ -36,6 +36,12 @@ set_bootloader(build_image_context *context,
u_int32_t entry_point);
int
+set_mts_image(build_image_context *context,
+ char *filename,
+ u_int32_t load_addr,
+ u_int32_t entry_point);
+
+int
context_set_value(build_image_context *context,
parse_token token,
void *value);