summaryrefslogtreecommitdiff
path: root/src/data_layout.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/data_layout.h')
-rw-r--r--src/data_layout.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/data_layout.h b/src/data_layout.h
index 12da165..c6e53e6 100644
--- a/src/data_layout.h
+++ b/src/data_layout.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,
@@ -37,6 +37,9 @@ void destroy_block_list(blk_data_handle);
int
update_bl(struct build_image_context_rec *context);
+int
+update_mts_image(build_image_context *context);
+
void
update_context(struct build_image_context_rec *context);